libstdc++: std::__debug::bitset< _Nb > Class Template Reference (original) (raw)
#include <[bitset](a17954%5Fsource.html)>
Inherits bitset< _Nb >.
Public Types | |
---|---|
typedef _Base::reference | reference |
Public Member Functions | |
---|---|
constexpr | bitset (const _Base &__x) |
template<typename _CharT > | |
constexpr | bitset (const _CharT *__str, typename std::basic_string< _CharT >::size_type __n=std::basic_string< _CharT >::npos, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1')) |
template<class _CharT , class _Traits , class _Alloc > | |
constexpr | bitset (const std::basic_string< _CharT, _Traits, _Alloc > &__str, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __pos, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __n, _CharT __zero, _CharT __one=_CharT('1')) |
template<typename _CharT , typename _Traits , typename _Alloc > | |
constexpr | bitset (const std::basic_string< _CharT, _Traits, _Alloc > &__str, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __pos=0, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __n=(std::basic_string< _CharT, _Traits, _Alloc >::npos)) |
constexpr | bitset (unsigned long long __val) noexcept |
constexpr const _Base & | _M_base () const noexcept |
constexpr _Base & | _M_base () noexcept |
constexpr bitset< _Nb > & | flip () noexcept |
constexpr bitset< _Nb > & | flip (size_t __pos) |
constexpr bitset< _Nb > & | operator&= (const bitset< _Nb > &__rhs) noexcept |
constexpr bitset< _Nb > | operator<< (size_t __pos) const noexcept |
constexpr bitset< _Nb > & | operator<<= (size_t __pos) noexcept |
constexpr bool | operator== (const bitset< _Nb > &__rhs) const noexcept |
constexpr bitset< _Nb > | operator>> (size_t __pos) const noexcept |
constexpr bitset< _Nb > & | operator>>= (size_t __pos) noexcept |
constexpr reference | operator[] (size_t __pos) |
constexpr bool | operator[] (size_t __pos) const |
constexpr bitset< _Nb > & | operator^= (const bitset< _Nb > &__rhs) noexcept |
constexpr bitset< _Nb > & | operator|= (const bitset< _Nb > &__rhs) noexcept |
constexpr bitset< _Nb > | operator~ () const noexcept |
constexpr bitset< _Nb > & | reset () noexcept |
constexpr bitset< _Nb > & | reset (size_t __pos) |
constexpr bitset< _Nb > & | set () noexcept |
constexpr bitset< _Nb > & | set (size_t __pos, bool __val=true) |
template<typename _CharT , typename _Traits , typename _Alloc > | |
constexpr std::basic_string< _CharT, _Traits, _Alloc > | to_string () const |
template<typename _CharT , typename _Traits > | |
constexpr std::basic_string< _CharT, _Traits, std::allocator< _CharT > > | to_string () const |
template<typename _CharT > | |
constexpr std::basic_string< _CharT, std::char_traits< _CharT >, std::allocator< _CharT > > | to_string () const |
constexpr std::basic_string< char, std::char_traits< char >, std::allocator< char > > | to_string () const |
template<class _CharT , class _Traits , class _Alloc > | |
constexpr std::basic_string< _CharT, _Traits, _Alloc > | to_string (_CharT __zero, _CharT __one=_CharT('1')) const |
template<class _CharT , class _Traits > | |
constexpr std::basic_string< _CharT, _Traits, std::allocator< _CharT > > | to_string (_CharT __zero, _CharT __one=_CharT('1')) const |
template<class _CharT > | |
constexpr std::basic_string< _CharT, std::char_traits< _CharT >, std::allocator< _CharT > > | to_string (_CharT __zero, _CharT __one=_CharT('1')) const |
constexpr std::basic_string< char, std::char_traits< char >, std::allocator< char > > | to_string (char __zero, char __one='1') const |
template<size_t _Nb>
class std::__debug::bitset< _Nb >
Class std::bitset with additional safety/checking/debug instrumentation.
Definition at line 44 of file debug/bitset.
◆ bitset() [1/6]
◆ bitset() [2/6]
◆ bitset() [3/6]
template<size_t _Nb>
template<typename _CharT , typename _Traits , typename _Alloc >
constexpr std::__debug::bitset< _Nb >::bitset ( const std::basic_string< _CharT, _Traits, _Alloc > & __str, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __pos = 0, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __n = (std::basic_string<_CharT, _Traits, _Alloc>::npos) ) | inlineexplicitconstexpr |
---|
◆ bitset() [4/6]
template<size_t _Nb>
template<class _CharT , class _Traits , class _Alloc >
constexpr std::__debug::bitset< _Nb >::bitset ( const std::basic_string< _CharT, _Traits, _Alloc > & __str, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __pos, typename std::basic_string< _CharT, _Traits, _Alloc >::size_type __n, _CharT __zero, _CharT __one = _CharT('1') ) | inlineconstexpr |
---|
◆ bitset() [5/6]
◆ bitset() [6/6]
template<size_t _Nb>
template<typename _CharT >
◆ _M_base() [1/2]
◆ _M_base() [2/2]
◆ flip() [1/2]
◆ flip() [2/2]
◆ operator&=()
◆ operator<<()
◆ operator<<=()
◆ operator==()
◆ operator>>()
◆ operator>>=()
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ operator^=()
◆ operator|=()
◆ operator~()
◆ reset() [1/2]
◆ reset() [2/2]
◆ set() [1/2]
◆ set() [2/2]
◆ to_string() [1/8]
template<size_t _Nb>
template<typename _CharT , typename _Traits , typename _Alloc >
◆ to_string() [2/8]
template<size_t _Nb>
template<typename _CharT , typename _Traits >
◆ to_string() [3/8]
template<size_t _Nb>
template<typename _CharT >
◆ to_string() [4/8]
◆ to_string() [5/8]
template<size_t _Nb>
template<class _CharT , class _Traits , class _Alloc >
◆ to_string() [6/8]
template<size_t _Nb>
template<class _CharT , class _Traits >
◆ to_string() [7/8]
template<size_t _Nb>
template<class _CharT >
◆ to_string() [8/8]
The documentation for this class was generated from the following file: