Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the most negative finite value.
static Type lowest() throw();
Return Value
Returns the most negative finite value.
Remarks
Returns the most negative finite value for the type (which is typically min () for integer types and -max () for floating-point types). The return value is meaningful if is_bounded is true.
Requirements
Header: <limits>
Namespace: std