#include <limits.hpp>

Public Member Functions | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_specialized, true) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits,(__idigits< 0)?(int)(sizeof(_Int)*CHAR_BIT)-(__imin==0?0:1):__idigits) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (int, digits10,(digits *301)/1000) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_signed, __imin!=0) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_integer, true) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_exact, true) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (int, radix, 2) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_bounded, true) | |
| BOOST_STL_DECLARE_LIMITS_MEMBER (bool, is_modulo, true) | |
Static Public Member Functions | |
| static _Int min | BOOST_PREVENT_MACRO_SUBSTITUTION () throw () |
| static _Int max | BOOST_PREVENT_MACRO_SUBSTITUTION () throw () |
Definition at line 148 of file limits.hpp.
| static _Int min std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< _Int >.
Definition at line 153 of file limits.hpp.
| static _Int max std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_PREVENT_MACRO_SUBSTITUTION | ( | ) | throw () [inline, static] |
Reimplemented from std::_Numeric_limits_base< _Int >.
Definition at line 154 of file limits.hpp.
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , |
| is_specialized | , | ||
| true | |||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , |
| digits | , | ||
| (__idigits< 0)?(int)(sizeof(_Int)*CHAR_BIT)-(__imin==0?0:1):__idigits | |||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , |
| digits10 | , | ||
| (digits *301)/ | 1000 | ||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , |
| is_signed | , | ||
| __imin! | = 0 |
||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , |
| is_integer | , | ||
| true | |||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , |
| is_exact | , | ||
| true | |||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | int | , |
| radix | , | ||
| 2 | |||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , |
| is_bounded | , | ||
| true | |||
| ) |
| std::_Integer_limits< _Int, __imin, __imax, __idigits >::BOOST_STL_DECLARE_LIMITS_MEMBER | ( | bool | , |
| is_modulo | , | ||
| true | |||
| ) |