Public Types | Public Member Functions | Static Public Member Functions | Public Attributes

std::_Base_bitset< _Nw > Struct Template Reference

Inheritance diagram for std::_Base_bitset< _Nw >:
Inheritance graph
[legend]

List of all members.

Public Types

Public Member Functions

Static Public Member Functions

Public Attributes


Detailed Description

template<size_t _Nw>
struct std::_Base_bitset< _Nw >

Base class, general case. It is a class invariant that _Nw will be nonnegative.

See documentation for bitset.

Definition at line 71 of file bitset.


Member Data Documentation

template<size_t _Nw>
_WordT std::_Base_bitset< _Nw >::_M_w[_Nw]

0 is the least significant word.

Definition at line 76 of file bitset.


The documentation for this struct was generated from the following file: