#include <integer_fwd.hpp>


Public Types | |
| typedef 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 |
| typedef int_fast_t< least >::type | fast |
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.") | |
| typedef int_fast_t<least>::type boost::int_t< Bits >::fast |
| typedef 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 |
| 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." | |||
| ) |