std::_Vector_base< _Tp, _Alloc >(3cxx) | std::_Vector_base< _Tp, _Alloc >(3cxx) |
NAME¶
std::_Vector_base< _Tp, _Alloc > -SYNOPSIS¶
Inherited by std::vector< _Tp, _Alloc > [protected].Public Types¶
typedef _Alloc::template
Public Member Functions¶
_Vector_base (const allocator_type &__a)
Public Attributes¶
_Vector_impl _M_impl
Detailed Description¶
template<typename _Tp, typename _Alloc>struct std::_Vector_base< _Tp, _Alloc >¶
See bits/stl_deque.h's _Deque_base for an explanation. Definition at line 71 of file stl_vector.h.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Tue Nov 27 2012 | libstdc++ |