.TH "std::_Vector_base< _Tp, _Alloc >" 3cxx "Sun Feb 7 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Vector_base< _Tp, _Alloc > \- See bits/stl_deque\&.h's _Deque_base for an explanation\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef \fB__gnu_cxx::__alloc_traits\fP< _Alloc >::template rebind< _Tp >::other \fB_Tp_alloc_type\fP" .br .ti -1c .RI "typedef _Alloc \fBallocator_type\fP" .br .ti -1c .RI "typedef \fB__gnu_cxx::__alloc_traits\fP< _Tp_alloc_type >::pointer \fBpointer\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Vector_base\fP (_Tp_alloc_type &&__a) noexcept" .br .ti -1c .RI "\fB_Vector_base\fP (\fB_Vector_base\fP &&)=default" .br .ti -1c .RI "\fB_Vector_base\fP (\fB_Vector_base\fP &&__x, const allocator_type &__a)" .br .ti -1c .RI "\fB_Vector_base\fP (const allocator_type &__a) noexcept" .br .ti -1c .RI "\fB_Vector_base\fP (const allocator_type &__a, \fB_Vector_base\fP &&__x)" .br .ti -1c .RI "\fB_Vector_base\fP (size_t __n)" .br .ti -1c .RI "\fB_Vector_base\fP (size_t __n, const allocator_type &__a)" .br .ti -1c .RI "pointer \fB_M_allocate\fP (size_t __n)" .br .ti -1c .RI "void \fB_M_deallocate\fP (pointer __p, size_t __n)" .br .ti -1c .RI "const _Tp_alloc_type & \fB_M_get_Tp_allocator\fP () const noexcept" .br .ti -1c .RI "_Tp_alloc_type & \fB_M_get_Tp_allocator\fP () noexcept" .br .ti -1c .RI "allocator_type \fBget_allocator\fP () const noexcept" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "_Vector_impl \fB_M_impl\fP" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "void \fB_M_create_storage\fP (size_t __n)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::_Vector_base< _Tp, _Alloc >" See bits/stl_deque\&.h's _Deque_base for an explanation\&. .PP Definition at line 81 of file stl_vector\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.