Go to the source code of this file.
Data Structures |
| class | _Bs_G |
| struct | _Base_bitset< _Nw > |
| struct | _Base_bitset< 1UL > |
| struct | _Sanitize< _Extrabits > |
| struct | _Sanitize< 0UL > |
| class | bitset< _Nb > |
| struct | bitset< _Nb >::reference |
Defines |
| #define | __BITS_PER_WORD (CHAR_BIT*sizeof(unsigned long)) |
| #define | __BITSET_WORDS(__n) ((__n + __BITS_PER_WORD - 1)/__BITS_PER_WORD) |
Functions |
| template<size_t _Nb> |
| bitset< _Nb > _STLP_CALL | operator& (const bitset< _Nb > &__x, const bitset< _Nb > &__y) |
| template<size_t _Nb> |
| bitset< _Nb > _STLP_CALL | operator| (const bitset< _Nb > &__x, const bitset< _Nb > &__y) |
| template<size_t _Nb> |
| bitset< _Nb > _STLP_CALL | operator^ (const bitset< _Nb > &__x, const bitset< _Nb > &__y) |
| template<class _CharT , class _Traits , size_t _Nb> |
_STLP_END_NAMESPACE
_STLP_BEGIN_NAMESPACE
basic_istream< _CharT, _Traits >
&_STLP_CALL | operator>> (basic_istream< _CharT, _Traits > &__is, bitset< _Nb > &__x) |
| template<class _CharT , class _Traits , size_t _Nb> |
basic_ostream< _CharT, _Traits >
&_STLP_CALL | operator<< (basic_ostream< _CharT, _Traits > &__os, const bitset< _Nb > &__x) |