man std::Bvector_base (Fonctions bibliothèques) -

NAME

std::Bvector_base -

SYNOPSIS



Inherited by std::vector< bool, Alloc >.

Public Types

typedef Alloc allocator_type

Public Member Functions

allocator_type get_allocator () const

Bvector_base (const allocator_type &a)

~Bvector_base ()

Protected Member Functions

Bit_type * M_allocate (size_t n)

void M_deallocate ()

Protected Attributes

Bvector_impl M_impl

Private Types

typedef Alloc::template rebind< Bit_type >::other Bit_alloc_type

Classes

struct Bvector_impl

Detailed Description

template<class Alloc> class std::Bvector_base< Alloc >

Definition at line 348 of file stl_bvector.h.

Author

Generated automatically by Doxygen for libstdc++-v3 Source from the source code.