#include <integer_fwd.hpp>
Public Types | |
typedef uint_t<(Bit+1)>::least | least |
typedef uint_t<(Bit+1)>::fast | fast |
Public Member Functions | |
BOOST_STATIC_CONSTANT (least, high_bit=(least(1u)<< Bit)) | |
BOOST_STATIC_CONSTANT (fast, high_bit_fast=(fast(1u)<< Bit)) | |
BOOST_STATIC_CONSTANT (std::size_t, bit_position=Bit) | |
typedef uint_t<(Bit + 1)>::fast boost::high_bit_mask_t< Bit >::fast |
typedef uint_t<(Bit + 1)>::least boost::high_bit_mask_t< Bit >::least |
boost::high_bit_mask_t< Bit >::BOOST_STATIC_CONSTANT | ( | least | , |
high_bit | = (least(1u)<< Bit) |
||
) |
boost::high_bit_mask_t< Bit >::BOOST_STATIC_CONSTANT | ( | fast | , |
high_bit_fast | = (fast(1u)<< Bit) |
||
) |
boost::high_bit_mask_t< Bit >::BOOST_STATIC_CONSTANT | ( | std::size_t | , |
bit_position | = Bit |
||
) |