返回最负有限的值。
static Type lowest() throw();
返回值
返回最负有限的值。
备注
返回最负有限的值通常是整数类型的 min() 和 -浮点类型的max() ) 的类型 (。,如果 is_bounded 是 true,则返回值是有意义的。
throw() 不存在,则 _HAS_EXCEPTIONS 是false和存在,如果 _HAS_EXCEPTIONS 是 true。
要求
**标题:**limits
命名空间: std
返回最负有限的值。
static Type lowest() throw();
返回最负有限的值。
返回最负有限的值通常是整数类型的 min() 和 -浮点类型的max() ) 的类型 (。,如果 is_bounded 是 true,则返回值是有意义的。
throw() 不存在,则 _HAS_EXCEPTIONS 是false和存在,如果 _HAS_EXCEPTIONS 是 true。
**标题:**limits
命名空间: std