BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl_bitset.h File Reference
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bslstl_stdexceptutil.h>
#include <bslstl_string.h>
#include <bslma_bslallocator.h>
#include <bslmf_assert.h>
#include <bsls_assert.h>
#include <bsls_compilerfeatures.h>
#include <bsls_keyword.h>
#include <bsls_performancehint.h>
#include <bsls_platform.h>
#include <algorithm>
#include <cstddef>
#include <iosfwd>
#include <string>
#include <limits.h>
#include <string.h>
#include <bsls_nativestd.h>

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
 

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

The content of this file has been pre-processed for Doxygen.