#include <integer_fwd.hpp>


Public Types | |
| typedef detail::uint_least_helper < 1+(Bits <=::std::numeric_limits < unsigned long >::digits)+(Bits <=::std::numeric_limits < unsigned int >::digits)+(Bits <=::std::numeric_limits < unsigned short >::digits)+(Bits <=::std::numeric_limits < unsigned char >::digits) > ::least | least |
| typedef int_fast_t< least >::type | fast |
Public Member Functions | |
| BOOST_STATIC_ASSERT_MSG (Bits<=(int)(sizeof(boost::uintmax_t)*CHAR_BIT),"No suitable unsigned integer type with the requested number of bits is available.") | |
| typedef int_fast_t<least>::type boost::uint_t< Bits >::fast |
| typedef detail::uint_least_helper< 1 + (Bits <= ::std::numeric_limits<unsigned long>::digits) + (Bits <= ::std::numeric_limits<unsigned int>::digits) + (Bits <= ::std::numeric_limits<unsigned short>::digits) + (Bits <= ::std::numeric_limits<unsigned char>::digits) >::least boost::uint_t< Bits >::least |
| boost::uint_t< Bits >::BOOST_STATIC_ASSERT_MSG | ( | Bits<= | int)(sizeof(boost::uintmax_t)*CHAR_BIT, |
| "No suitable unsigned integer type with the requested number of bits is available." | |||
| ) |