std::tr2::__dynamic_bitset_base (3) Linux Manual Page
std::tr2::__dynamic_bitset_base< _WordT, _Alloc > – Synopsis Inherited by std::tr2::dynamic_bitset< _WordT, _Alloc > [private]. Public Types typedef _Alloc allocator_type typedef _WordT block_type typedef size_t size_type Public Member Functions __dynamic_bitset_base (size_type __nbits, unsigned long long __val=0ULL, const allocator_type &__alloc=allocator_type()) size_t _M_are_all_aux () const void _M_assign (const __dynamic_bitset_base &__b) void _M_clear () void _M_do_and (const __dynamic_bitset_base &__x) void…
