This topic has not yet been rated - Rate this topic

<limits>

Visual Studio 6.0
<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).

Did you find this helpful?
(1500 characters remaining)