<limits>
<limits>
namespace std {
enum float_round_style;
template<class T>
class numeric_limits;
};
Include the standard header <limits>
to define the template class numeric_limits
. Explicit specializations of this class describe many arithmetic properties of the scalar types (other than pointers).