.TH "std::__debug::vector< _Tp, _Allocator >" 3cxx "Sun Jan 8 2023" "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 Inherits \fB__gnu_debug::_Safe_container< vector< _Tp, std::allocator< _Tp > >, std::allocator< _Tp >, __gnu_debug::_Safe_sequence >\fP, vector< _Tp, std::allocator< _Tp > >, and \fB__gnu_debug::_Safe_vector< vector< _Tp, std::allocator< _Tp > >, ::vector< _Tp, std::allocator< _Tp > > >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Allocator \fBallocator_type\fP" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_const_iterator\fP, \fBvector\fP > \fBconst_iterator\fP" .br .ti -1c .RI "typedef _Base::const_pointer \fBconst_pointer\fP" .br .ti -1c .RI "typedef _Base::const_reference \fBconst_reference\fP" .br .ti -1c .RI "typedef \fBstd::reverse_iterator\fP< \fBconst_iterator\fP > \fBconst_reverse_iterator\fP" .br .ti -1c .RI "typedef _Base::difference_type \fBdifference_type\fP" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_iterator\fP, \fBvector\fP > \fBiterator\fP" .br .ti -1c .RI "typedef _Base::pointer \fBpointer\fP" .br .ti -1c .RI "typedef _Base::reference \fBreference\fP" .br .ti -1c .RI "typedef \fBstd::reverse_iterator\fP< \fBiterator\fP > \fBreverse_iterator\fP" .br .ti -1c .RI "typedef _Base::size_type \fBsize_type\fP" .br .ti -1c .RI "typedef _Tp \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBvector\fP (_Base_ref __x)" .br .RI "Construction from a normal-mode vector\&. " .ti -1c .RI "template> \fBvector\fP (_InputIterator __first, _InputIterator __last, const _Allocator &__a=_Allocator())" .br .ti -1c .RI "\fBvector\fP (const _Allocator &__a) noexcept" .br .ti -1c .RI "\fBvector\fP (const \fBvector\fP &)=default" .br .ti -1c .RI "\fBvector\fP (const \fBvector\fP &__x, const __type_identity_t< allocator_type > &__a)" .br .ti -1c .RI "\fBvector\fP (\fBinitializer_list\fP< value_type > __l, const allocator_type &__a=allocator_type())" .br .ti -1c .RI "\fBvector\fP (size_type __n, const __type_identity_t< _Tp > &__value, const _Allocator &__a=_Allocator())" .br .ti -1c .RI "\fBvector\fP (size_type __n, const _Allocator &__a=_Allocator())" .br .ti -1c .RI "\fBvector\fP (\fBvector\fP &&)=default" .br .ti -1c .RI "\fBvector\fP (\fBvector\fP &&__x, const __type_identity_t< allocator_type > &__a) noexcept(\fBstd::is_nothrow_constructible\fP< \fB_Base\fP, \fB_Base\fP, const allocator_type & >::value)" .br .ti -1c .RI "const \fB_Base\fP & \fB_M_base\fP () const noexcept" .br .ti -1c .RI "\fB_Base\fP & \fB_M_base\fP () noexcept" .br .ti -1c .RI "void \fB_M_invalidate_if\fP (_Predicate __pred)" .br .ti -1c .RI "void \fB_M_transfer_from_if\fP (_Safe_sequence &__from, _Predicate __pred)" .br .ti -1c .RI "template> void \fBassign\fP (_InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "void \fBassign\fP (\fBinitializer_list\fP< value_type > __l)" .br .ti -1c .RI "void \fBassign\fP (size_type __n, const _Tp &__u)" .br .ti -1c .RI "const_reference \fBback\fP () const noexcept" .br .ti -1c .RI "reference \fBback\fP () noexcept" .br .ti -1c .RI "\fBconst_iterator\fP \fBbegin\fP () const noexcept" .br .ti -1c .RI "\fBiterator\fP \fBbegin\fP () noexcept" .br .ti -1c .RI "size_type \fBcapacity\fP () const noexcept" .br .ti -1c .RI "\fBconst_iterator\fP \fBcbegin\fP () const noexcept" .br .ti -1c .RI "\fBconst_iterator\fP \fBcend\fP () const noexcept" .br .ti -1c .RI "void \fBclear\fP () noexcept" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBcrbegin\fP () const noexcept" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBcrend\fP () const noexcept" .br .ti -1c .RI "template \fBiterator\fP \fBemplace\fP (\fBconst_iterator\fP __position, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template reference \fBemplace_back\fP (_Args &&\&.\&.\&. __args)" .br .ti -1c .RI "\fBconst_iterator\fP \fBend\fP () const noexcept" .br .ti -1c .RI "\fBiterator\fP \fBend\fP () noexcept" .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 __position)" .br .ti -1c .RI "const_reference \fBfront\fP () const noexcept" .br .ti -1c .RI "reference \fBfront\fP () noexcept" .br .ti -1c .RI "template> \fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __position, _InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "template __gnu_cxx::__enable_if::__value, \fBiterator\fP >::__type \fBinsert\fP (\fBconst_iterator\fP __position, _Tp &&__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __position, const _Tp &__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __position, \fBinitializer_list\fP< value_type > __l)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __position, size_type __n, const _Tp &__x)" .br .ti -1c .RI "\fBvector\fP & \fBoperator=\fP (const \fBvector\fP &)=default" .br .ti -1c .RI "\fBvector\fP & \fBoperator=\fP (\fBinitializer_list\fP< value_type > __l)" .br .ti -1c .RI "\fBvector\fP & \fBoperator=\fP (\fBvector\fP &&)=default" .br .ti -1c .RI "const_reference \fBoperator[]\fP (size_type __n) const noexcept" .br .ti -1c .RI "reference \fBoperator[]\fP (size_type __n) noexcept" .br .ti -1c .RI "void \fBpop_back\fP () noexcept" .br .ti -1c .RI "template __gnu_cxx::__enable_if::__value, void >::__type \fBpush_back\fP (_Tp &&__x)" .br .ti -1c .RI "void \fBpush_back\fP (const _Tp &__x)" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBrbegin\fP () const noexcept" .br .ti -1c .RI "\fBreverse_iterator\fP \fBrbegin\fP () noexcept" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBrend\fP () const noexcept" .br .ti -1c .RI "\fBreverse_iterator\fP \fBrend\fP () noexcept" .br .ti -1c .RI "void \fBreserve\fP (size_type __n)" .br .ti -1c .RI "void \fBresize\fP (size_type __sz)" .br .ti -1c .RI "void \fBresize\fP (size_type __sz, const _Tp &__c)" .br .ti -1c .RI "void \fBshrink_to_fit\fP ()" .br .ti -1c .RI "void \fBswap\fP (\fBvector\fP &__x) noexcept(/*\fBconditional\fP */)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "_Safe_iterator_base * \fB_M_const_iterators\fP" .br .RI "The list of constant iterators that reference this container\&. " .ti -1c .RI "_Safe_iterator_base * \fB_M_iterators\fP" .br .RI "The list of mutable iterators that reference this container\&. " .ti -1c .RI "unsigned int \fB_M_version\fP" .br .RI "The container version number\&. This number may never be 0\&. " .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "void \fB_M_detach_all\fP ()" .br .ti -1c .RI "void \fB_M_detach_singular\fP ()" .br .ti -1c .RI "__gnu_cxx::__mutex & \fB_M_get_mutex\fP () throw ()" .br .ti -1c .RI "void \fB_M_invalidate_all\fP () const" .br .ti -1c .RI "bool \fB_M_requires_reallocation\fP (size_type __elements) const noexcept" .br .ti -1c .RI "void \fB_M_revalidate_singular\fP ()" .br .ti -1c .RI "void \fB_M_swap\fP (_Safe_container &__x) noexcept" .br .ti -1c .RI "void \fB_M_swap\fP (_Safe_sequence_base &__x) noexcept" .br .ti -1c .RI "void \fB_M_update_guaranteed_capacity\fP () noexcept" .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 class \fB::__gnu_debug::_Safe_iterator\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template> .br class std::__debug::vector< _Tp, _Allocator >"Class std::vector with safety/checking/debug instrumentation\&. .PP Definition at line \fB117\fP of file \fBdebug/vector\fP\&. .SH "Member Typedef Documentation" .PP .SS "template> typedef _Allocator \fBstd::__debug::vector\fP< _Tp, _Allocator >::allocator_type" .PP Definition at line \fB160\fP of file \fBdebug/vector\fP\&. .SS "template> typedef \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_const_iterator\fP, \fBvector\fP> \fBstd::__debug::vector\fP< _Tp, _Allocator >::const_iterator" .PP Definition at line \fB154\fP of file \fBdebug/vector\fP\&. .SS "template> typedef _Base::const_pointer \fBstd::__debug::vector\fP< _Tp, _Allocator >::const_pointer" .PP Definition at line \fB162\fP of file \fBdebug/vector\fP\&. .SS "template> typedef _Base::const_reference \fBstd::__debug::vector\fP< _Tp, _Allocator >::const_reference" .PP Definition at line \fB149\fP of file \fBdebug/vector\fP\&. .SS "template> typedef \fBstd::reverse_iterator\fP<\fBconst_iterator\fP> \fBstd::__debug::vector\fP< _Tp, _Allocator >::const_reverse_iterator" .PP Definition at line \fB164\fP of file \fBdebug/vector\fP\&. .SS "template> typedef _Base::difference_type \fBstd::__debug::vector\fP< _Tp, _Allocator >::difference_type" .PP Definition at line \fB157\fP of file \fBdebug/vector\fP\&. .SS "template> typedef \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_iterator\fP, \fBvector\fP> \fBstd::__debug::vector\fP< _Tp, _Allocator >::iterator" .PP Definition at line \fB152\fP of file \fBdebug/vector\fP\&. .SS "template> typedef _Base::pointer \fBstd::__debug::vector\fP< _Tp, _Allocator >::pointer" .PP Definition at line \fB161\fP of file \fBdebug/vector\fP\&. .SS "template> typedef _Base::reference \fBstd::__debug::vector\fP< _Tp, _Allocator >::reference" .PP Definition at line \fB148\fP of file \fBdebug/vector\fP\&. .SS "template> typedef \fBstd::reverse_iterator\fP<\fBiterator\fP> \fBstd::__debug::vector\fP< _Tp, _Allocator >::reverse_iterator" .PP Definition at line \fB163\fP of file \fBdebug/vector\fP\&. .SS "template> typedef _Base::size_type \fBstd::__debug::vector\fP< _Tp, _Allocator >::size_type" .PP Definition at line \fB156\fP of file \fBdebug/vector\fP\&. .SS "template> typedef _Tp \fBstd::__debug::vector\fP< _Tp, _Allocator >::value_type" .PP Definition at line \fB159\fP of file \fBdebug/vector\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template> \fBstd::__debug::vector\fP< _Tp, _Allocator >::vector (const _Allocator & __a)\fC [inline]\fP, \fC [explicit]\fP, \fC [noexcept]\fP" .PP Definition at line \fB176\fP of file \fBdebug/vector\fP\&. .SS "template> \fBstd::__debug::vector\fP< _Tp, _Allocator >::vector (size_type __n, const _Allocator & __a = \fC_Allocator()\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB181\fP of file \fBdebug/vector\fP\&. .SS "template> \fBstd::__debug::vector\fP< _Tp, _Allocator >::vector (size_type __n, const __type_identity_t< _Tp > & __value, const _Allocator & __a = \fC_Allocator()\fP)\fC [inline]\fP" .PP Definition at line \fB184\fP of file \fBdebug/vector\fP\&. .SS "template> template> \fBstd::__debug::vector\fP< _Tp, _Allocator >::vector (_InputIterator __first, _InputIterator __last, const _Allocator & __a = \fC_Allocator()\fP)\fC [inline]\fP" .PP Definition at line \fB200\fP of file \fBdebug/vector\fP\&. .SS "template> \fBstd::__debug::vector\fP< _Tp, _Allocator >::vector (const \fBvector\fP< _Tp, _Allocator > & __x, const __type_identity_t< allocator_type > & __a)\fC [inline]\fP" .PP Definition at line \fB215\fP of file \fBdebug/vector\fP\&. .SS "template> \fBstd::__debug::vector\fP< _Tp, _Allocator >::vector (\fBvector\fP< _Tp, _Allocator > && __x, const __type_identity_t< allocator_type > & __a)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB218\fP of file \fBdebug/vector\fP\&. .SS "template> \fBstd::__debug::vector\fP< _Tp, _Allocator >::vector (\fBinitializer_list\fP< value_type > __l, const allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB226\fP of file \fBdebug/vector\fP\&. .SS "template> \fBstd::__debug::vector\fP< _Tp, _Allocator >::vector (_Base_ref __x)\fC [inline]\fP" .PP Construction from a normal-mode vector\&. .PP Definition at line \fB234\fP of file \fBdebug/vector\fP\&. .SH "Member Function Documentation" .PP .SS "template> const \fB_Base\fP & \fBstd::__debug::vector\fP< _Tp, _Allocator >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB737\fP of file \fBdebug/vector\fP\&. .SS "template> \fB_Base\fP & \fBstd::__debug::vector\fP< _Tp, _Allocator >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB734\fP of file \fBdebug/vector\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_detach_all ()\fC [protected]\fP, \fC [inherited]\fP" Detach all iterators, leaving them singular\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence_base::~_Safe_sequence_base()\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_detach_singular ()\fC [protected]\fP, \fC [inherited]\fP" Detach all singular iterators\&. .PP \fBPostcondition\fP .RS 4 for all iterators i attached to this sequence, i->_M_version == _M_version\&. .RE .PP .SS "__gnu_cxx::__mutex & __gnu_debug::_Safe_sequence_base::_M_get_mutex ()\fC [protected]\fP, \fC [inherited]\fP" For use in _Safe_sequence\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_invalidate_all () const\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" Invalidates all iterators\&. .PP Definition at line \fB256\fP of file \fBsafe_base\&.h\fP\&. .PP References \fB__gnu_debug::_Safe_sequence_base::_M_version\fP\&. .SS "void \fB__gnu_debug::_Safe_sequence\fP< \fBvector\fP< _Tp, \fBstd::allocator\fP< _Tp > > >::_M_invalidate_if (_Predicate __pred)\fC [inherited]\fP" Invalidates all iterators \fCx\fP that reference this sequence, are not singular, and for which \fC__pred(x)\fP returns \fCtrue\fP\&. \fC__pred\fP will be invoked with the normal iterators nested in the safe ones\&. .PP Definition at line \fB117\fP of file \fBsafe_sequence\&.tcc\fP\&. .SS "bool \fB__gnu_debug::_Safe_vector\fP< \fBvector\fP< _Tp, \fBstd::allocator\fP< _Tp > > , ::vector< _Tp, \fBstd::allocator\fP< _Tp > > >::_M_requires_reallocation (size_type __elements) const\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB98\fP of file \fBdebug/vector\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_revalidate_singular ()\fC [protected]\fP, \fC [inherited]\fP" Revalidates all attached singular iterators\&. This method may be used to validate iterators that were invalidated before (but for some reason, such as an exception, need to become valid again)\&. .SS "void \fB__gnu_debug::_Safe_container\fP< \fBvector\fP< _Tp, \fBstd::allocator\fP< _Tp > > , \fBstd::allocator\fP< _Tp > , \fB__gnu_debug::_Safe_sequence\fP , true >::_M_swap (\fB_Safe_container\fP< \fBvector\fP< _Tp, \fBstd::allocator\fP< _Tp > >, \fBstd::allocator\fP< _Tp >, \fB__gnu_debug::_Safe_sequence\fP > & __x)\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB117\fP of file \fBsafe_container\&.h\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_swap (\fB_Safe_sequence_base\fP & __x)\fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" Swap this sequence with the given sequence\&. This operation also swaps ownership of the iterators, so that when the operation is complete all iterators that originally referenced one container now reference the other container\&. .SS "void \fB__gnu_debug::_Safe_sequence\fP< \fBvector\fP< _Tp, \fBstd::allocator\fP< _Tp > > >::_M_transfer_from_if (\fB_Safe_sequence\fP< \fBvector\fP< _Tp, \fBstd::allocator\fP< _Tp > > > & __from, _Predicate __pred)\fC [inherited]\fP" Transfers all iterators \fCx\fP that reference \fCfrom\fP sequence, are not singular, and for which \fC__pred(x)\fP returns \fCtrue\fP\&. \fC__pred\fP will be invoked with the normal iterators nested in the safe ones\&. .PP Definition at line \fB125\fP of file \fBsafe_sequence\&.tcc\fP\&. .SS "void \fB__gnu_debug::_Safe_vector\fP< \fBvector\fP< _Tp, \fBstd::allocator\fP< _Tp > > , ::vector< _Tp, \fBstd::allocator\fP< _Tp > > >::_M_update_guaranteed_capacity ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB102\fP of file \fBdebug/vector\fP\&. .SS "template> template> void \fBstd::__debug::vector\fP< _Tp, _Allocator >::assign (_InputIterator __first, _InputIterator __last)\fC [inline]\fP" .PP Definition at line \fB261\fP of file \fBdebug/vector\fP\&. .SS "template> void \fBstd::__debug::vector\fP< _Tp, _Allocator >::assign (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB286\fP of file \fBdebug/vector\fP\&. .SS "template> void \fBstd::__debug::vector\fP< _Tp, _Allocator >::assign (size_type __n, const _Tp & __u)\fC [inline]\fP" .PP Definition at line \fB277\fP of file \fBdebug/vector\fP\&. .SS "template> const_reference \fBstd::__debug::vector\fP< _Tp, _Allocator >::back () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB482\fP of file \fBdebug/vector\fP\&. .SS "template> reference \fBstd::__debug::vector\fP< _Tp, _Allocator >::back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB474\fP of file \fBdebug/vector\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB304\fP of file \fBdebug/vector\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB299\fP of file \fBdebug/vector\fP\&. .SS "template> size_type \fBstd::__debug::vector\fP< _Tp, _Allocator >::capacity () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB415\fP of file \fBdebug/vector\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB340\fP of file \fBdebug/vector\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB345\fP of file \fBdebug/vector\fP\&. .SS "template> void \fBstd::__debug::vector\fP< _Tp, _Allocator >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB727\fP of file \fBdebug/vector\fP\&. .SS "template> \fBconst_reverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::crbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB350\fP of file \fBdebug/vector\fP\&. .SS "template> \fBconst_reverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::crend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB355\fP of file \fBdebug/vector\fP\&. .SS "template> template \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::emplace (\fBconst_iterator\fP __position, _Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB540\fP of file \fBdebug/vector\fP\&. .SS "template> template reference \fBstd::__debug::vector\fP< _Tp, _Allocator >::emplace_back (_Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB516\fP of file \fBdebug/vector\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB314\fP of file \fBdebug/vector\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB309\fP of file \fBdebug/vector\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::erase (\fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB692\fP of file \fBdebug/vector\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::erase (\fBconst_iterator\fP __position)\fC [inline]\fP" .PP Definition at line \fB678\fP of file \fBdebug/vector\fP\&. .SS "template> const_reference \fBstd::__debug::vector\fP< _Tp, _Allocator >::front () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB466\fP of file \fBdebug/vector\fP\&. .SS "template> reference \fBstd::__debug::vector\fP< _Tp, _Allocator >::front ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB458\fP of file \fBdebug/vector\fP\&. .SS "template> template> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::insert (\fBconst_iterator\fP __position, _InputIterator __first, _InputIterator __last)\fC [inline]\fP" .PP Definition at line \fB622\fP of file \fBdebug/vector\fP\&. .SS "template> template __gnu_cxx::__enable_if::__value, \fBiterator\fP >::__type \fBstd::__debug::vector\fP< _Tp, _Allocator >::insert (\fBconst_iterator\fP __position, _Tp && __x)\fC [inline]\fP" .PP Definition at line \fB579\fP of file \fBdebug/vector\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::insert (\fBconst_iterator\fP __position, const _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB558\fP of file \fBdebug/vector\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::insert (\fBconst_iterator\fP __position, \fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB583\fP of file \fBdebug/vector\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::insert (\fBconst_iterator\fP __position, size_type __n, const _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB589\fP of file \fBdebug/vector\fP\&. .SS "template> \fBvector\fP & \fBstd::__debug::vector\fP< _Tp, _Allocator >::operator= (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB245\fP of file \fBdebug/vector\fP\&. .SS "template> const_reference \fBstd::__debug::vector\fP< _Tp, _Allocator >::operator[] (size_type __n) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB448\fP of file \fBdebug/vector\fP\&. .SS "template> reference \fBstd::__debug::vector\fP< _Tp, _Allocator >::operator[] (size_type __n)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB440\fP of file \fBdebug/vector\fP\&. .SS "template> void \fBstd::__debug::vector\fP< _Tp, _Allocator >::pop_back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB530\fP of file \fBdebug/vector\fP\&. .SS "template> template __gnu_cxx::__enable_if::__value, void >::__type \fBstd::__debug::vector\fP< _Tp, _Allocator >::push_back (_Tp && __x)\fC [inline]\fP" .PP Definition at line \fB507\fP of file \fBdebug/vector\fP\&. .SS "template> void \fBstd::__debug::vector\fP< _Tp, _Allocator >::push_back (const _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB494\fP of file \fBdebug/vector\fP\&. .SS "template> \fBconst_reverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::rbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB324\fP of file \fBdebug/vector\fP\&. .SS "template> \fBreverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::rbegin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB319\fP of file \fBdebug/vector\fP\&. .SS "template> \fBconst_reverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::rend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB334\fP of file \fBdebug/vector\fP\&. .SS "template> \fBreverse_iterator\fP \fBstd::__debug::vector\fP< _Tp, _Allocator >::rend ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB329\fP of file \fBdebug/vector\fP\&. .SS "template> void \fBstd::__debug::vector\fP< _Tp, _Allocator >::reserve (size_type __n)\fC [inline]\fP" .PP Definition at line \fB427\fP of file \fBdebug/vector\fP\&. .SS "template> void \fBstd::__debug::vector\fP< _Tp, _Allocator >::resize (size_type __sz)\fC [inline]\fP" .PP Definition at line \fB365\fP of file \fBdebug/vector\fP\&. .SS "template> void \fBstd::__debug::vector\fP< _Tp, _Allocator >::resize (size_type __sz, const _Tp & __c)\fC [inline]\fP" .PP Definition at line \fB377\fP of file \fBdebug/vector\fP\&. .SS "template> void \fBstd::__debug::vector\fP< _Tp, _Allocator >::shrink_to_fit ()\fC [inline]\fP" .PP Definition at line \fB403\fP of file \fBdebug/vector\fP\&. .SS "template> void \fBstd::__debug::vector\fP< _Tp, _Allocator >::swap (\fBvector\fP< _Tp, _Allocator > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB718\fP of file \fBdebug/vector\fP\&. .SH "Friends And Related Function Documentation" .PP .SS "template> template friend class \fB::__gnu_debug::_Safe_iterator\fP\fC [friend]\fP" .PP Definition at line \fB135\fP of file \fBdebug/vector\fP\&. .SH "Member Data Documentation" .PP .SS "_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_const_iterators\fC [inherited]\fP" .PP The list of constant iterators that reference this container\&. .PP Definition at line \fB197\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "size_type \fB__gnu_debug::_Safe_vector\fP< \fBvector\fP< _Tp, \fBstd::allocator\fP< _Tp > > , ::vector< _Tp, \fBstd::allocator\fP< _Tp > > >::_M_guaranteed_capacity\fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB95\fP of file \fBdebug/vector\fP\&. .SS "_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_iterators\fC [inherited]\fP" .PP The list of mutable iterators that reference this container\&. .PP Definition at line \fB194\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "unsigned int __gnu_debug::_Safe_sequence_base::_M_version\fC [mutable]\fP, \fC [inherited]\fP" .PP The container version number\&. This number may never be 0\&. .PP Definition at line \fB200\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence_base::_M_invalidate_all()\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.