Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bslstl_bitset.h File Reference

Provide an STL-compliant bitset class. More...

Go to the source code of this file.

Classes

struct  bsl::Bitset_ImpUtil
class  bsl::Bitset_ImpBase< BITSETSIZE, 1 >
class  bsl::Bitset_ImpBase< BITSETSIZE, 2 >
class  bsl::bitset< N >
class  bsl::bitset< N >::reference

Namespaces

namespace  bsl

Functions

template<std::size_t N>
bitset< N > bsl::operator& (const bitset< N > &lhs, const bitset< N > &rhs) BSLS_KEYWORD_NOEXCEPT
template<std::size_t N>
bitset< N > bsl::operator| (const bitset< N > &lhs, const bitset< N > &rhs) BSLS_KEYWORD_NOEXCEPT
template<std::size_t N>
bitset< N > bsl::operator^ (const bitset< N > &lhs, const bitset< N > &rhs) BSLS_KEYWORD_NOEXCEPT
template<class CHAR_TYPE , class TRAITS , std::size_t N>
std::basic_istream< CHAR_TYPE,
TRAITS > & 
bsl::operator>> (std::basic_istream< CHAR_TYPE, TRAITS > &is, bitset< N > &x)
template<class CHAR_TYPE , class TRAITS , std::size_t N>
std::basic_ostream< CHAR_TYPE,
TRAITS > & 
bsl::operator<< (std::basic_ostream< CHAR_TYPE, TRAITS > &os, const bitset< N > &x)

Detailed Description