man std::Vector_base (Fonctions bibliothèques) -
NAME
std::Vector_base -
SYNOPSIS
Inherited by std::vector< Type, Alloc > [protected].
Public Types
typedef Alloc allocator_type
Public Member Functions
allocator_type get_allocator () const
Vector_base (const allocator_type &a)
Vector_base (size_t n, const allocator_type &a)
~Vector_base ()
Type * M_allocate (size_t n)
void M_deallocate (Type *__p, size_t n)
Public Attributes
Vector_impl M_impl
Classes
struct Vector_impl
Detailed Description
template<typename Type, typename Alloc> struct std::Vector_base< Type, Alloc >
Definition at line 76 of file stl_vector.h.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.