table of contents
        
      
      
    | std::__profile::bitset< _Nb >(3) | Library Functions Manual | std::__profile::bitset< _Nb >(3) | 
NAME¶
std::__profile::bitset< _Nb > - Class std::bitset wrapper with performance instrumentation, none at the moment.
SYNOPSIS¶
Inherits bitset< _Nb >.
Public Member Functions¶
constexpr bitset (unsigned long long __val) noexcept
  
  template<typename _CharT , typename _Traits , typename _Alloc >
    bitset (const std::basic_string< _CharT, _Traits, _Alloc
    > &__str, typename std::basic_string< _CharT, _Traits,
    _Alloc >::size_type __pos=0, typename std::basic_string<
    _CharT, _Traits, _Alloc >::size_type __n=(std::basic_string<
    _CharT, _Traits, _Alloc >::npos))
  
  template<class _CharT , class _Traits , class _Alloc > bitset
    (const std::basic_string< _CharT, _Traits, _Alloc > &__str,
    typename std::basic_string< _CharT, _Traits, _Alloc
    >::size_type __pos, typename std::basic_string< _CharT,
    _Traits, _Alloc >::size_type __n, _CharT __zero, _CharT
    __one=_CharT('1'))
  
  bitset (const _Base &__x)
  
  template<typename _CharT > bitset (const _CharT *__str, typename
    std::basic_string< _CharT >::size_type
    __n=std::basic_string< _CharT >::npos, _CharT
    __zero=_CharT('0'), _CharT __one=_CharT('1'))
  
  _Base & _M_base () noexcept
  
  const _Base & _M_base () const noexcept
  
  bitset< _Nb > & flip () noexcept
  
  bitset< _Nb > & flip (size_t __pos)
  
  bitset< _Nb > & operator &= (const
    bitset< _Nb > &__rhs) noexcept
  
  bool operator!= (const bitset< _Nb > &__rhs) const
    noexcept
  
  bitset< _Nb > operator<< (size_t __pos) const
    noexcept
  
  bitset< _Nb > & operator<<= (size_t __pos)
    noexcept
  
  bool operator== (const bitset< _Nb > &__rhs) const
    noexcept
  
  bitset< _Nb > operator>> (size_t __pos) const
    noexcept
  
  bitset< _Nb > & operator>>= (size_t __pos)
    noexcept
  
  bitset< _Nb > & operator^= (const bitset<
    _Nb > &__rhs) noexcept
  
  bitset< _Nb > & operator|= (const bitset<
    _Nb > &__rhs) noexcept
  
  bitset< _Nb > operator~ () const noexcept
  
  bitset< _Nb > & reset () noexcept
  
  bitset< _Nb > & reset (size_t __pos)
  
  bitset< _Nb > & set () noexcept
  
  bitset< _Nb > & set (size_t __pos, bool __val=true)
  
  
Detailed Description¶
template<size_t _Nb>¶
class std::__profile::bitset< _Nb >" Class std::bitset wrapper with performance instrumentation, none at the moment.
Definition at line 41 of file profile/bitset.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
| Fri May 24 2024 | libstdc++ |