.TH "std::__debug::bitset< _Nb >" 3cxx "Sun Jan 10 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__debug::bitset< _Nb > \- Class std::bitset with additional safety/checking/debug instrumentation\&. .SH SYNOPSIS .br .PP .PP Inherits bitset< _Nb >\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Base::reference \fBreference\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBbitset\fP (const \fB_Base\fP &__x)" .br .ti -1c .RI "template \fBbitset\fP (const _CharT *__str, typename \fBstd::basic_string\fP< _CharT >::size_type __n=\fBstd::basic_string\fP< _CharT >::npos, _CharT __zero=_CharT('0'), _CharT __one=_CharT('1'))" .br .ti -1c .RI "template \fBbitset\fP (const \fBstd::basic_string\fP< _CharT, _Traits, _Alloc > &__str, typename \fBstd::basic_string\fP< _CharT, _Traits, _Alloc >::size_type __pos, typename \fBstd::basic_string\fP< _CharT, _Traits, _Alloc >::size_type __n, _CharT __zero, _CharT __one=_CharT('1'))" .br .ti -1c .RI "template \fBbitset\fP (const \fBstd::basic_string\fP< _CharT, _Traits, _Alloc > &__str, typename \fBstd::basic_string\fP< _CharT, _Traits, _Alloc >::size_type __pos=0, typename \fBstd::basic_string\fP< _CharT, _Traits, _Alloc >::size_type __n=(\fBstd::basic_string\fP< _CharT, _Traits, _Alloc >::npos))" .br .ti -1c .RI "constexpr \fBbitset\fP (unsigned long long __val) noexcept" .br .ti -1c .RI "const \fB_Base\fP & \fB_M_base\fP () const noexcept" .br .ti -1c .RI "\fB_Base\fP & \fB_M_base\fP () noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > & \fBflip\fP () noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > & \fBflip\fP (size_t __pos)" .br .ti -1c .RI "bool \fBoperator!=\fP (const \fBbitset\fP< _Nb > &__rhs) const noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > & \fBoperator&=\fP (const \fBbitset\fP< _Nb > &__rhs) noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > \fBoperator<<\fP (size_t __pos) const noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > & \fBoperator<<=\fP (size_t __pos) noexcept" .br .ti -1c .RI "bool \fBoperator==\fP (const \fBbitset\fP< _Nb > &__rhs) const noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > \fBoperator>>\fP (size_t __pos) const noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > & \fBoperator>>=\fP (size_t __pos) noexcept" .br .ti -1c .RI "reference \fBoperator[]\fP (size_t __pos)" .br .ti -1c .RI "constexpr bool \fBoperator[]\fP (size_t __pos) const" .br .ti -1c .RI "\fBbitset\fP< _Nb > & \fBoperator^=\fP (const \fBbitset\fP< _Nb > &__rhs) noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > & \fBoperator|=\fP (const \fBbitset\fP< _Nb > &__rhs) noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > \fBoperator~\fP () const noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > & \fBreset\fP () noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > & \fBreset\fP (size_t __pos)" .br .ti -1c .RI "\fBbitset\fP< _Nb > & \fBset\fP () noexcept" .br .ti -1c .RI "\fBbitset\fP< _Nb > & \fBset\fP (size_t __pos, bool __val=true)" .br .ti -1c .RI "template \fBstd::basic_string\fP< _CharT, _Traits, _Alloc > \fBto_string\fP () const" .br .ti -1c .RI "template \fBstd::basic_string\fP< _CharT, _Traits, \fBstd::allocator\fP< _CharT > > \fBto_string\fP () const" .br .ti -1c .RI "template \fBstd::basic_string\fP< _CharT, \fBstd::char_traits\fP< _CharT >, \fBstd::allocator\fP< _CharT > > \fBto_string\fP () const" .br .ti -1c .RI "\fBstd::basic_string\fP< char, \fBstd::char_traits\fP< char >, \fBstd::allocator\fP< char > > \fBto_string\fP () const" .br .ti -1c .RI "template \fBstd::basic_string\fP< _CharT, _Traits, _Alloc > \fBto_string\fP (_CharT __zero, _CharT __one=_CharT('1')) const" .br .ti -1c .RI "template \fBstd::basic_string\fP< _CharT, _Traits, \fBstd::allocator\fP< _CharT > > \fBto_string\fP (_CharT __zero, _CharT __one=_CharT('1')) const" .br .ti -1c .RI "template \fBstd::basic_string\fP< _CharT, \fBstd::char_traits\fP< _CharT >, \fBstd::allocator\fP< _CharT > > \fBto_string\fP (_CharT __zero, _CharT __one=_CharT('1')) const" .br .ti -1c .RI "\fBstd::basic_string\fP< char, \fBstd::char_traits\fP< char >, \fBstd::allocator\fP< char > > \fBto_string\fP (char __zero, char __one='1') const" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::__debug::bitset< _Nb >" Class std::bitset with additional safety/checking/debug instrumentation\&. .PP Definition at line 44 of file debug/bitset\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.