.TH "std::__debug::vector< _Tp, _Allocator >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__debug::vector< _Tp, _Allocator > \- Class std::vector with safety/checking/debug instrumentation\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fB__gnu_debug::_Safe_container< _SafeContainer, _Alloc, _SafeBase, _IsCxx11AllocatorAware >\fP, vector< _Tp, std::allocator< _Tp > >, and \fB__gnu_debug::_Safe_vector< _SafeSequence, _BaseSequence >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP \fB_Allocator\fP \fBallocator_type\fP" .br .ti -1c .RI "\fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_const_iterator\fP, \fBvector\fP > \fBconst_iterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::const_pointer \fBconst_pointer\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::const_reference \fBconst_reference\fP" .br .ti -1c .RI "\fBtypedef\fP \fBstd::reverse_iterator\fP< \fBconst_iterator\fP > \fBconst_reverse_iterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::difference_type \fBdifference_type\fP" .br .ti -1c .RI "\fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_iterator\fP, \fBvector\fP > \fBiterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::pointer \fBpointer\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::reference \fBreference\fP" .br .ti -1c .RI "\fBtypedef\fP \fBstd::reverse_iterator\fP< \fBiterator\fP > \fBreverse_iterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::size_type \fBsize_type\fP" .br .ti -1c .RI "\fBtypedef\fP _Tp \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "template<\fBclass\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBvector\fP (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, \fBconst\fP \fB_Allocator\fP &__a=\fB_Allocator\fP())" .br .ti -1c .RI "\fBvector\fP (\fBconst\fP \fB_Allocator\fP &__a) \fBnoexcept\fP" .br .ti -1c .RI "\fBvector\fP (\fBconst\fP \fB_Base\fP &__x)" .br .RI "Construction from a normal-mode vector\&. " .ti -1c .RI "\fBvector\fP (\fBconst\fP \fBvector\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBvector\fP (\fBconst\fP \fBvector\fP &__x, \fBconst\fP \fBallocator_type\fP &__a)" .br .ti -1c .RI "\fBvector\fP (\fBinitializer_list\fP< value_type > \fB__l\fP, \fBconst\fP \fBallocator_type\fP &__a=\fBallocator_type\fP())" .br .ti -1c .RI "\fBvector\fP (size_type __n, \fBconst\fP \fB_Allocator\fP &__a=\fB_Allocator\fP())" .br .ti -1c .RI "\fBvector\fP (size_type __n, \fBconst\fP _Tp &__value, \fBconst\fP \fB_Allocator\fP &__a=\fB_Allocator\fP())" .br .ti -1c .RI "\fBvector\fP (\fBvector\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBvector\fP (\fBvector\fP &&__x, \fBconst\fP \fBallocator_type\fP &__a) \fBnoexcept\fP(\fBnoexcept\fP(\fB_Base\fP(std::declval< \fB_Base\fP && >()), std::declval< \fBconst\fP \fBallocator_type\fP & >()))" .br .ti -1c .RI "\fBconst\fP \fB_Base\fP & \fB_M_base\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fB_Base\fP & \fB_M_base\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_swap\fP (_Safe_container &__x) \fBnoexcept\fP" .br .ti -1c .RI "template<\fBtypename\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBvoid\fP \fBassign\fP (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last)" .br .ti -1c .RI "\fBvoid\fP \fBassign\fP (\fBinitializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "\fBvoid\fP \fBassign\fP (size_type __n, \fBconst\fP _Tp &\fB__u\fP)" .br .ti -1c .RI "const_reference \fBback\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "reference \fBback\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_iterator\fP \fBbegin\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBiterator\fP \fBbegin\fP () \fBnoexcept\fP" .br .ti -1c .RI "size_type \fBcapacity\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_iterator\fP \fBcbegin\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_iterator\fP \fBcend\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBclear\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBcrbegin\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBcrend\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "template \fBiterator\fP \fBemplace\fP (\fBconst_iterator\fP \fB__position\fP, \fB_Args\fP &&\&.\&.\&. \fB__args\fP)" .br .ti -1c .RI "template \fBvoid\fP \fBemplace_back\fP (\fB_Args\fP &&\&.\&.\&. \fB__args\fP)" .br .ti -1c .RI "\fBconst_iterator\fP \fBend\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBiterator\fP \fBend\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBiterator\fP \fBerase\fP (\fBconst_iterator\fP __first, \fBconst_iterator\fP __last)" .br .ti -1c .RI "\fBiterator\fP \fBerase\fP (\fBconst_iterator\fP \fB__position\fP)" .br .ti -1c .RI "const_reference \fBfront\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "reference \fBfront\fP () \fBnoexcept\fP" .br .ti -1c .RI "template<\fBclass\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__position\fP, \fB_InputIterator\fP __first, \fB_InputIterator\fP __last)" .br .ti -1c .RI "template<\fBtypename\fP \fB_Up\fP = _Tp> __gnu_cxx::__enable_if::__value, \fBiterator\fP >::__type \fBinsert\fP (\fBconst_iterator\fP \fB__position\fP, _Tp &&__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__position\fP, \fBconst\fP _Tp &__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__position\fP, \fBinitializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__position\fP, size_type __n, \fBconst\fP _Tp &__x)" .br .ti -1c .RI "\fBvector\fP & \fBoperator=\fP (\fBconst\fP \fBvector\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBvector\fP & \fBoperator=\fP (\fBinitializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "\fBvector\fP & \fBoperator=\fP (\fBvector\fP &&)=\fBdefault\fP" .br .ti -1c .RI "const_reference \fBoperator[]\fP (size_type __n) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "reference \fBoperator[]\fP (size_type __n) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBpop_back\fP () \fBnoexcept\fP" .br .ti -1c .RI "template<\fBtypename\fP \fB_Up\fP = _Tp> __gnu_cxx::__enable_if::__value, \fBvoid\fP >::__type \fBpush_back\fP (_Tp &&__x)" .br .ti -1c .RI "\fBvoid\fP \fBpush_back\fP (\fBconst\fP _Tp &__x)" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBrbegin\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBreverse_iterator\fP \fBrbegin\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBrend\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBreverse_iterator\fP \fBrend\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBreserve\fP (size_type __n)" .br .ti -1c .RI "\fBvoid\fP \fBresize\fP (size_type \fB__sz\fP)" .br .ti -1c .RI "\fBvoid\fP \fBresize\fP (size_type \fB__sz\fP, \fBconst\fP _Tp &__c)" .br .ti -1c .RI "\fBvoid\fP \fBshrink_to_fit\fP ()" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBvector\fP &__x) \fBnoexcept\fP(/*\fBconditional\fP */)" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "bool \fB_M_requires_reallocation\fP (size_type \fB__elements\fP) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "_Safe_container & \fB_M_safe\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_update_guaranteed_capacity\fP () \fBnoexcept\fP" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "size_type \fB_M_guaranteed_capacity\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template<\fBtypename\fP \fB_ItT\fP , \fBtypename\fP \fB_SeqT\fP , \fBtypename\fP \fB_CatT\fP > \fBclass\fP \fB::__gnu_debug::_Safe_iterator\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Tp, \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> .br class std::__debug::vector< _Tp, _Allocator >"Class std::vector with safety/checking/debug instrumentation\&. .PP Definition at line \fB118\fP of file \fBdebug/vector\fP\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fB_Allocator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::allocator_type" .PP Definition at line \fB151\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_const_iterator\fP, \fBvector\fP> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::const_iterator" .PP Definition at line \fB145\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::const_pointer \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::const_pointer" .PP Definition at line \fB153\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::const_reference \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::const_reference" .PP Definition at line \fB140\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fBstd::reverse_iterator\fP<\fBconst_iterator\fP> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::const_reverse_iterator" .PP Definition at line \fB155\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::difference_type \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::difference_type" .PP Definition at line \fB148\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_iterator\fP, \fBvector\fP> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::iterator" .PP Definition at line \fB143\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::pointer \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::pointer" .PP Definition at line \fB152\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::reference \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::reference" .PP Definition at line \fB139\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fBstd::reverse_iterator\fP<\fBiterator\fP> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::reverse_iterator" .PP Definition at line \fB154\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::size_type \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::size_type" .PP Definition at line \fB147\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Tp \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::value_type" .PP Definition at line \fB150\fP of file \fBdebug/vector\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::vector (\fBconst\fP \fB_Allocator\fP & __a)\fC [inline]\fP, \fC [explicit]\fP, \fC [noexcept]\fP" .PP Definition at line \fB167\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::vector (size_type __n, \fBconst\fP \fB_Allocator\fP & __a = \fC\fB_Allocator\fP()\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB172\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::vector (size_type __n, \fBconst\fP _Tp & __value, \fBconst\fP \fB_Allocator\fP & __a = \fC\fB_Allocator\fP()\fP)\fC [inline]\fP" .PP Definition at line \fB175\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::vector (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, \fBconst\fP \fB_Allocator\fP & __a = \fC\fB_Allocator\fP()\fP)\fC [inline]\fP" .PP Definition at line \fB191\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::vector (\fBconst\fP \fBvector\fP< _Tp, \fB_Allocator\fP > & __x, \fBconst\fP \fBallocator_type\fP & __a)\fC [inline]\fP" .PP Definition at line \fB206\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::vector (\fBvector\fP< _Tp, \fB_Allocator\fP > && __x, \fBconst\fP \fBallocator_type\fP & __a)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB209\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::vector (\fBinitializer_list\fP< value_type > __l, \fBconst\fP \fBallocator_type\fP & __a = \fC\fBallocator_type\fP()\fP)\fC [inline]\fP" .PP Definition at line \fB216\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::vector (\fBconst\fP \fB_Base\fP & __x)\fC [inline]\fP" .PP Construction from a normal-mode vector\&. .PP Definition at line \fB224\fP of file \fBdebug/vector\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst\fP \fB_Base\fP & \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB717\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fB_Base\fP & \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB714\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP \fB_SafeSequence\fP , \fBtypename\fP \fB_BaseSequence\fP > bool \fB__gnu_debug::_Safe_vector\fP< \fB_SafeSequence\fP, \fB_BaseSequence\fP >::_M_requires_reallocation (size_type __elements) const\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB99\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP \fB_SafeContainer\fP , \fBtypename\fP _Alloc , \fBtemplate\fP< \fBtypename\fP > \fBclass\fP _SafeBase, bool _IsCxx11AllocatorAware = true> _Safe_container & \fB__gnu_debug::_Safe_container\fP< \fB_SafeContainer\fP, _Alloc, _SafeBase, \fB_IsCxx11AllocatorAware\fP >::_M_safe ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB52\fP of file \fBsafe_container\&.h\fP\&. .SS "template<\fBtypename\fP \fB_SafeContainer\fP , \fBtypename\fP _Alloc , \fBtemplate\fP< \fBtypename\fP > \fBclass\fP _SafeBase, bool _IsCxx11AllocatorAware = true> \fBvoid\fP \fB__gnu_debug::_Safe_container\fP< \fB_SafeContainer\fP, _Alloc, _SafeBase, \fB_IsCxx11AllocatorAware\fP >::_M_swap (\fB_Safe_container\fP< _SafeContainer, _Alloc, _SafeBase, _IsCxx11AllocatorAware > & __x)\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB104\fP of file \fBsafe_container\&.h\fP\&. .SS "template<\fBtypename\fP \fB_SafeSequence\fP , \fBtypename\fP \fB_BaseSequence\fP > \fBvoid\fP \fB__gnu_debug::_Safe_vector\fP< \fB_SafeSequence\fP, \fB_BaseSequence\fP >::_M_update_guaranteed_capacity ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB103\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBtypename\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::assign (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB260\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::assign (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB285\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::assign (size_type __n, \fBconst\fP _Tp & __u)\fC [inline]\fP" .PP Definition at line \fB276\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> const_reference \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::back () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB462\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> reference \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB455\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB301\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB297\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> size_type \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::capacity () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB401\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB330\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB334\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB707\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::crbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB338\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::crend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB342\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::emplace (\fBconst_iterator\fP __position, \fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB520\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::emplace_back (\fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB496\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB309\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB305\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::erase (\fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB672\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::erase (\fBconst_iterator\fP __position)\fC [inline]\fP" .PP Definition at line \fB658\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> const_reference \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::front () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB448\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> reference \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::front ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB441\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, \fB_InputIterator\fP __first, \fB_InputIterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB602\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBtypename\fP \fB_Up\fP = _Tp> __gnu_cxx::__enable_if::__value, \fBiterator\fP >::__type \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, _Tp && __x)\fC [inline]\fP" .PP Definition at line \fB559\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, \fBconst\fP _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB538\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, \fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB563\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, size_type __n, \fBconst\fP _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB569\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvector\fP & \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::operator= (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB244\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> const_reference \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::operator[] (size_type __n) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB432\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> reference \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::operator[] (size_type __n)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB425\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::pop_back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB510\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBtypename\fP \fB_Up\fP = _Tp> __gnu_cxx::__enable_if::__value, \fBvoid\fP >::__type \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::push_back (_Tp && __x)\fC [inline]\fP" .PP Definition at line \fB487\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::push_back (\fBconst\fP _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB474\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::rbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB317\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBreverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::rbegin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB313\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::rend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB325\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBreverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::rend ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB321\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::reserve (size_type __n)\fC [inline]\fP" .PP Definition at line \fB413\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::resize (size_type __sz)\fC [inline]\fP" .PP Definition at line \fB352\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::resize (size_type __sz, \fBconst\fP _Tp & __c)\fC [inline]\fP" .PP Definition at line \fB364\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::shrink_to_fit ()\fC [inline]\fP" .PP Definition at line \fB390\fP of file \fBdebug/vector\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::vector\fP< _Tp, \fB_Allocator\fP >::swap (\fBvector\fP< _Tp, \fB_Allocator\fP > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB698\fP of file \fBdebug/vector\fP\&. .SH "Friends And Related Symbol Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBtypename\fP \fB_ItT\fP , \fBtypename\fP \fB_SeqT\fP , \fBtypename\fP \fB_CatT\fP > friend \fBclass\fP \fB::__gnu_debug::_Safe_iterator\fP\fC [friend]\fP" .PP Definition at line \fB136\fP of file \fBdebug/vector\fP\&. .SH "Member Data Documentation" .PP .SS "template<\fBtypename\fP \fB_SafeSequence\fP , \fBtypename\fP \fB_BaseSequence\fP > size_type \fB__gnu_debug::_Safe_vector\fP< \fB_SafeSequence\fP, \fB_BaseSequence\fP >::_M_guaranteed_capacity\fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB96\fP of file \fBdebug/vector\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.