libstdc++
std::tr2::__dynamic_bitset_base< _WordT, _Alloc > Struct Template Reference
Inheritance diagram for std::tr2::__dynamic_bitset_base< _WordT, _Alloc >:

List of all members.

Public Types

Public Member Functions

Static Public Member Functions

Public Attributes

Static Public Attributes


Detailed Description

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
struct std::tr2::__dynamic_bitset_base< _WordT, _Alloc >

Base class, general case.

See documentation for dynamic_bitset.

Definition at line 81 of file dynamic_bitset.


Member Data Documentation

template<typename _WordT = unsigned long long, typename _Alloc = std::allocator<_WordT>>
std::vector<block_type, allocator_type> std::tr2::__dynamic_bitset_base< _WordT, _Alloc >::_M_w

0 is the least significant word.

Definition at line 94 of file dynamic_bitset.


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