#include <integer.hpp>
Public Types | |
typedef int_fast_t< least >::type | fast |
typedef boost::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 |
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.") | |
Definition at line 136 of file integer.hpp.
typedef int_fast_t<least>::type boost::uint_t< Bits >::fast |
Definition at line 163 of file integer.hpp.
typedef boost::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 |
Definition at line 161 of file integer.hpp.
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." | |||
) |