Go to the source code of this file.
Defines |
| #define | _STLP_BITSET_C |
| #define | __BITS_PER_WORD (CHAR_BIT * sizeof(unsigned long)) |
Functions |
| template<class _CharT , class _Traits , size_t _Nb> |
_STLP_MOVE_TO_STD_NAMESPACE
_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) |