返回最小的负有限值。
static Type lowest() throw();
返回值
返回最小的负有限值。
备注
返回此类型最小的有限值(通常,整数类型使用 min (),浮点类型使用 -max ())。 当 is_bounded 为 true 时,返回值有意义。
要求
标头:<limits>
命名空间: std
返回最小的负有限值。
static Type lowest() throw();
返回最小的负有限值。
返回此类型最小的有限值(通常,整数类型使用 min (),浮点类型使用 -max ())。 当 is_bounded 为 true 时,返回值有意义。
标头:<limits>
命名空间: std