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

NAME

std::Bvector_alloc_base -

SYNOPSIS



Public Types

typedef Alloc_traits< bool, Allocator >::allocator_type allocator_type

Public Member Functions

allocator_type get_allocator () const

Bvector_alloc_base (const allocator_type &a)

Protected Member Functions

Bit_type * M_bit_alloc (size_t n)

void M_deallocate ()

Protected Attributes

Alloc_traits< Bit_type, Allocator >::allocator_type M_data_allocator

Bit_iterator M_start

Bit_iterator M_finish

Bit_type * M_end_of_storage

Detailed Description

template<class Allocator, bool __is_static> class std::Bvector_alloc_base< Allocator, __is_static >

Definition at line 269 of file stl_bvector.h.

Author

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