libstdc++
|
#include <bitset>
Public Types | |
typedef unsigned long | _WordT |
Static Public Member Functions | |
static constexpr _WordT | _S_maskbit (size_t __pos) noexcept |
static constexpr size_t | _S_whichbit (size_t __pos) noexcept |
static constexpr size_t | _S_whichbyte (size_t __pos) noexcept |
static constexpr size_t | _S_whichword (size_t __pos) noexcept |
Public Attributes | |
_WordT | _M_w [_Nw] |
Base class, general case. It is a class invariant that _Nw will be nonnegative.
See documentation for bitset.
typedef unsigned long std::_Base_bitset< _Nw >::_WordT |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
inlinenoexcept |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
inlinenoexcept |
unsigned long long std::_Base_bitset< _Nw >::_M_do_to_ullong | ( | ) | const |
unsigned long std::_Base_bitset< _Nw >::_M_do_to_ulong | ( | ) | const |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
_WordT std::_Base_bitset< _Nw >::_M_w[_Nw] |