std::_Base_bitset< _Nw >(3cxx) | std::_Base_bitset< _Nw >(3cxx) |
NAME¶
std::_Base_bitset< _Nw > -SYNOPSIS¶
Public Types¶
typedef unsigned long _WordT
Public Member Functions¶
constexpr _Base_bitset (unsigned long long __val)
Static Public Member Functions¶
static constexpr _WordT _S_maskbit (size_t __pos)
Public Attributes¶
_WordT _M_w [_Nw]
Detailed Description¶
template<size_t _Nw>struct std::_Base_bitset< _Nw >¶
Base class, general case. It is a class invariant that _Nw will be nonnegative. See documentation for bitset. Definition at line 73 of file bitset.Member Data Documentation¶
template<size_t _Nw> _WordT std::_Base_bitset< _Nw >::_M_w[_Nw]¶
0 is the least significant word. Definition at line 78 of file bitset.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Tue Nov 27 2012 | libstdc++ |