man std::_Vector_base (Fonctions bibliothèques) -
NAME
std::_Vector_base -
SYNOPSIS
Inherited by vector [protected].
Detailed Description
template<typename _Tp, typename _Alloc> struct std::_Vector_base< _Tp, _Alloc >
Definition at line 76 of file stl_vector.h.
Public Types
typedef _Alloc allocator_type
Public Member Functions
_Tp * _M_allocate (size_t __n)
void _M_deallocate (_Tp *__p, size_t __n)
_Vector_base (size_t __n, const allocator_type &__a)
_Vector_base (const allocator_type &__a)
allocator_type get_allocator () const
~_Vector_base ()
Public Attributes
_Vector_impl _M_impl
Classes
struct _Vector_impl
Author
Generated automatically by Doxygen for libstdc++ source from the source code.