#include <integer.hpp>

Public Types | |
| typedef int_fast_t< least >::type | fast |
| typedef boost::detail::int_least_helper< 1+(Bits-1<=::std::numeric_limits< long >::digits)+(Bits-1<=::std::numeric_limits< int >::digits)+(Bits-1<=::std::numeric_limits< short >::digits)+(Bits-1<=::std::numeric_limits< signed char >::digits) >::least | least |
Public Member Functions | |
| BOOST_STATIC_ASSERT_MSG (Bits<=(int)(sizeof(boost::intmax_t)*CHAR_BIT),"No suitable signed integer type with the requested number of bits is available.") | |
Definition at line 115 of file integer.hpp.
| typedef int_fast_t<least>::type boost::int_t< Bits >::fast |
Definition at line 131 of file integer.hpp.
| typedef boost::detail::int_least_helper< 1 + (Bits-1 <= ::std::numeric_limits<long>::digits) + (Bits-1 <= ::std::numeric_limits<int>::digits) + (Bits-1 <= ::std::numeric_limits<short>::digits) + (Bits-1 <= ::std::numeric_limits<signed char>::digits) >::least boost::int_t< Bits >::least |
Definition at line 130 of file integer.hpp.
| boost::int_t< Bits >::BOOST_STATIC_ASSERT_MSG | ( | Bits<= | int)(sizeof(boost::intmax_t)*CHAR_BIT, |
| "No suitable signed integer type with the requested number of bits is available." | |||
| ) |