.TH "std::__debug::list< _Tp, _Allocator >" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__debug::list< _Tp, _Allocator > \- Class std::list with safety/checking/debug instrumentation\&. .SH SYNOPSIS .br .PP .PP Inherits \fB__gnu_debug::_Safe_container< list< _Tp, std::allocator< _Tp > >, std::allocator< _Tp >, __gnu_debug::_Safe_node_sequence >\fP, and list< _Tp, std::allocator< _Tp > >\&. .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, \fBlist\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, \fBlist\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 "\fBlist\fP (_Base_ref __x)" .br .ti -1c .RI "template> \fBlist\fP (_InputIterator __first, _InputIterator __last, const _Allocator &__a=_Allocator())" .br .ti -1c .RI "\fBlist\fP (const _Allocator &__a) noexcept" .br .ti -1c .RI "\fBlist\fP (const \fBlist\fP &)=default" .br .ti -1c .RI "\fBlist\fP (const \fBlist\fP &__x, const __type_identity_t< allocator_type > &__a)" .br .ti -1c .RI "\fBlist\fP (\fBinitializer_list\fP< value_type > __l, const allocator_type &__a=allocator_type())" .br .ti -1c .RI "\fBlist\fP (\fBlist\fP &&)=default" .br .ti -1c .RI "\fBlist\fP (\fBlist\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 "\fBlist\fP (size_type __n, const __type_identity_t< _Tp > &__value, const _Allocator &__a=_Allocator())" .br .ti -1c .RI "\fBlist\fP (size_type __n, const allocator_type &__a=allocator_type())" .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 &__t)" .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 "\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 "\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) noexcept" .br .ti -1c .RI "\fBiterator\fP \fBerase\fP (\fBconst_iterator\fP __position) noexcept" .br .ti -1c .RI "const_reference \fBfront\fP () const noexcept" .br .ti -1c .RI "reference \fBfront\fP () noexcept" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __p, \fBinitializer_list\fP< value_type > __l)" .br .ti -1c .RI "template> \fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __position, _InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "\fBiterator\fP \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, size_type __n, const _Tp &__x)" .br .ti -1c .RI "void \fBmerge\fP (\fBlist\fP &&__x)" .br .ti -1c .RI "template void \fBmerge\fP (\fBlist\fP &&__x, _Compare __comp)" .br .ti -1c .RI "void \fBmerge\fP (\fBlist\fP &__x)" .br .ti -1c .RI "template void \fBmerge\fP (\fBlist\fP &__x, _Compare __comp)" .br .ti -1c .RI "\fBlist\fP & \fBoperator=\fP (const \fBlist\fP &)=default" .br .ti -1c .RI "\fBlist\fP & \fBoperator=\fP (\fBinitializer_list\fP< value_type > __l)" .br .ti -1c .RI "\fBlist\fP & \fBoperator=\fP (\fBlist\fP &&)=default" .br .ti -1c .RI "void \fBpop_back\fP () noexcept" .br .ti -1c .RI "void \fBpop_front\fP () noexcept" .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 "__remove_return_type \fBremove\fP (const _Tp &__value)" .br .ti -1c .RI "template __remove_return_type \fBremove_if\fP (_Predicate __pred)" .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 \fBresize\fP (size_type __sz)" .br .ti -1c .RI "void \fBresize\fP (size_type __sz, const _Tp &__c)" .br .ti -1c .RI "void \fBsort\fP ()" .br .ti -1c .RI "template void \fBsort\fP (_StrictWeakOrdering __pred)" .br .ti -1c .RI "void \fBsplice\fP (\fBconst_iterator\fP __position, \fBlist\fP &&__x) noexcept" .br .ti -1c .RI "void \fBsplice\fP (\fBconst_iterator\fP __position, \fBlist\fP &&__x, \fBconst_iterator\fP __first, \fBconst_iterator\fP __last) noexcept" .br .ti -1c .RI "void \fBsplice\fP (\fBconst_iterator\fP __position, \fBlist\fP &&__x, \fBconst_iterator\fP __i) noexcept" .br .ti -1c .RI "void \fBsplice\fP (\fBconst_iterator\fP __position, \fBlist\fP &__x) noexcept" .br .ti -1c .RI "void \fBsplice\fP (\fBconst_iterator\fP __position, \fBlist\fP &__x, \fBconst_iterator\fP __first, \fBconst_iterator\fP __last) noexcept" .br .ti -1c .RI "void \fBsplice\fP (\fBconst_iterator\fP __position, \fBlist\fP &__x, \fBconst_iterator\fP __i) noexcept" .br .ti -1c .RI "void \fBswap\fP (\fBlist\fP &__x) noexcept(/*\fBconditional\fP */)" .br .ti -1c .RI "__remove_return_type \fBunique\fP ()" .br .ti -1c .RI "template __remove_return_type \fBunique\fP (_BinaryPredicate __binary_pred)" .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 ()" .br .ti -1c .RI "void \fB_M_invalidate_all\fP () const" .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 .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::list< _Tp, _Allocator >"Class std::list with safety/checking/debug instrumentation\&. .PP Definition at line \fB50\fP of file \fBdebug/list\fP\&. .SH "Member Typedef Documentation" .PP .SS "template> typedef _Allocator \fBstd::__debug::list\fP< _Tp, _Allocator >::allocator_type" .PP Definition at line \fB91\fP of file \fBdebug/list\fP\&. .SS "template> typedef \fB__gnu_debug::_Safe_iterator\fP<\fB_Base_const_iterator\fP, \fBlist\fP> \fBstd::__debug::list\fP< _Tp, _Allocator >::const_iterator" .PP Definition at line \fB85\fP of file \fBdebug/list\fP\&. .SS "template> typedef _Base::const_pointer \fBstd::__debug::list\fP< _Tp, _Allocator >::const_pointer" .PP Definition at line \fB93\fP of file \fBdebug/list\fP\&. .SS "template> typedef _Base::const_reference \fBstd::__debug::list\fP< _Tp, _Allocator >::const_reference" .PP Definition at line \fB80\fP of file \fBdebug/list\fP\&. .SS "template> typedef \fBstd::reverse_iterator\fP<\fBconst_iterator\fP> \fBstd::__debug::list\fP< _Tp, _Allocator >::const_reverse_iterator" .PP Definition at line \fB95\fP of file \fBdebug/list\fP\&. .SS "template> typedef _Base::difference_type \fBstd::__debug::list\fP< _Tp, _Allocator >::difference_type" .PP Definition at line \fB88\fP of file \fBdebug/list\fP\&. .SS "template> typedef \fB__gnu_debug::_Safe_iterator\fP<\fB_Base_iterator\fP, \fBlist\fP> \fBstd::__debug::list\fP< _Tp, _Allocator >::iterator" .PP Definition at line \fB83\fP of file \fBdebug/list\fP\&. .SS "template> typedef _Base::pointer \fBstd::__debug::list\fP< _Tp, _Allocator >::pointer" .PP Definition at line \fB92\fP of file \fBdebug/list\fP\&. .SS "template> typedef _Base::reference \fBstd::__debug::list\fP< _Tp, _Allocator >::reference" .PP Definition at line \fB79\fP of file \fBdebug/list\fP\&. .SS "template> typedef \fBstd::reverse_iterator\fP<\fBiterator\fP> \fBstd::__debug::list\fP< _Tp, _Allocator >::reverse_iterator" .PP Definition at line \fB94\fP of file \fBdebug/list\fP\&. .SS "template> typedef _Base::size_type \fBstd::__debug::list\fP< _Tp, _Allocator >::size_type" .PP Definition at line \fB87\fP of file \fBdebug/list\fP\&. .SS "template> typedef _Tp \fBstd::__debug::list\fP< _Tp, _Allocator >::value_type" .PP Definition at line \fB90\fP of file \fBdebug/list\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template> \fBstd::__debug::list\fP< _Tp, _Allocator >::list (\fBinitializer_list\fP< value_type > __l, const allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB112\fP of file \fBdebug/list\fP\&. .SS "template> \fBstd::__debug::list\fP< _Tp, _Allocator >::list (const \fBlist\fP< _Tp, _Allocator > & __x, const __type_identity_t< allocator_type > & __a)\fC [inline]\fP" .PP Definition at line \fB118\fP of file \fBdebug/list\fP\&. .SS "template> \fBstd::__debug::list\fP< _Tp, _Allocator >::list (\fBlist\fP< _Tp, _Allocator > && __x, const __type_identity_t< allocator_type > & __a)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB121\fP of file \fBdebug/list\fP\&. .SS "template> \fBstd::__debug::list\fP< _Tp, _Allocator >::list (const _Allocator & __a)\fC [inline]\fP, \fC [explicit]\fP, \fC [noexcept]\fP" .PP Definition at line \fB130\fP of file \fBdebug/list\fP\&. .SS "template> \fBstd::__debug::list\fP< _Tp, _Allocator >::list (size_type __n, const allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB135\fP of file \fBdebug/list\fP\&. .SS "template> \fBstd::__debug::list\fP< _Tp, _Allocator >::list (size_type __n, const __type_identity_t< _Tp > & __value, const _Allocator & __a = \fC_Allocator()\fP)\fC [inline]\fP" .PP Definition at line \fB138\fP of file \fBdebug/list\fP\&. .SS "template> template> \fBstd::__debug::list\fP< _Tp, _Allocator >::list (_InputIterator __first, _InputIterator __last, const _Allocator & __a = \fC_Allocator()\fP)\fC [inline]\fP" .PP Definition at line \fB154\fP of file \fBdebug/list\fP\&. .SS "template> \fBstd::__debug::list\fP< _Tp, _Allocator >::list (_Base_ref __x)\fC [inline]\fP" .PP Definition at line \fB161\fP of file \fBdebug/list\fP\&. .SH "Member Function Documentation" .PP .SS "template> const \fB_Base\fP & \fBstd::__debug::list\fP< _Tp, _Allocator >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB905\fP of file \fBdebug/list\fP\&. .SS "template> \fB_Base\fP & \fBstd::__debug::list\fP< _Tp, _Allocator >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB902\fP of file \fBdebug/list\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 \fB__gnu_debug::_Safe_node_sequence\fP< \fBlist\fP< _Tp, \fBstd::allocator\fP< _Tp > > >::_M_invalidate_all ()\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB136\fP of file \fBsafe_sequence\&.h\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< \fBlist\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 "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< \fBlist\fP< _Tp, \fBstd::allocator\fP< _Tp > > , \fBstd::allocator\fP< _Tp > , \fB__gnu_debug::_Safe_node_sequence\fP , true >::_M_swap (\fB_Safe_container\fP< \fBlist\fP< _Tp, \fBstd::allocator\fP< _Tp > >, \fBstd::allocator\fP< _Tp >, \fB__gnu_debug::_Safe_node_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< \fBlist\fP< _Tp, \fBstd::allocator\fP< _Tp > > >::_M_transfer_from_if (\fB_Safe_sequence\fP< \fBlist\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 "template> template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::assign (_InputIterator __first, _InputIterator __last)\fC [inline]\fP" .PP Definition at line \fB194\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::assign (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB180\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::assign (size_type __n, const _Tp & __t)\fC [inline]\fP" .PP Definition at line \fB209\fP of file \fBdebug/list\fP\&. .SS "template> const_reference \fBstd::__debug::list\fP< _Tp, _Allocator >::back () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB389\fP of file \fBdebug/list\fP\&. .SS "template> reference \fBstd::__debug::list\fP< _Tp, _Allocator >::back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB381\fP of file \fBdebug/list\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB225\fP of file \fBdebug/list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB220\fP of file \fBdebug/list\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB261\fP of file \fBdebug/list\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB266\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB568\fP of file \fBdebug/list\fP\&. .SS "template> \fBconst_reverse_iterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::crbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB271\fP of file \fBdebug/list\fP\&. .SS "template> \fBconst_reverse_iterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::crend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB276\fP of file \fBdebug/list\fP\&. .SS "template> template \fBiterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::emplace (\fBconst_iterator\fP __position, _Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB427\fP of file \fBdebug/list\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB235\fP of file \fBdebug/list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB230\fP of file \fBdebug/list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::erase (\fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB538\fP of file \fBdebug/list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::erase (\fBconst_iterator\fP __position)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB527\fP of file \fBdebug/list\fP\&. .SS "template> const_reference \fBstd::__debug::list\fP< _Tp, _Allocator >::front () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB373\fP of file \fBdebug/list\fP\&. .SS "template> reference \fBstd::__debug::list\fP< _Tp, _Allocator >::front ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB365\fP of file \fBdebug/list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::insert (\fBconst_iterator\fP __p, \fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB452\fP of file \fBdebug/list\fP\&. .SS "template> template> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::insert (\fBconst_iterator\fP __position, _InputIterator __first, _InputIterator __last)\fC [inline]\fP" .PP Definition at line \fB479\fP of file \fBdebug/list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::insert (\fBconst_iterator\fP __position, _Tp && __x)\fC [inline]\fP" .PP Definition at line \fB448\fP of file \fBdebug/list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::insert (\fBconst_iterator\fP __position, const _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB437\fP of file \fBdebug/list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::insert (\fBconst_iterator\fP __position, size_type __n, const _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB461\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::merge (\fBlist\fP< _Tp, _Allocator > && __x)\fC [inline]\fP" .PP Definition at line \fB842\fP of file \fBdebug/list\fP\&. .SS "template> template void \fBstd::__debug::list\fP< _Tp, _Allocator >::merge (\fBlist\fP< _Tp, _Allocator > && __x, _Compare __comp)\fC [inline]\fP" .PP Definition at line \fB867\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::merge (\fBlist\fP< _Tp, _Allocator > & __x)\fC [inline]\fP" .PP Definition at line \fB860\fP of file \fBdebug/list\fP\&. .SS "template> template void \fBstd::__debug::list\fP< _Tp, _Allocator >::merge (\fBlist\fP< _Tp, _Allocator > & __x, _Compare __comp)\fC [inline]\fP" .PP Definition at line \fB888\fP of file \fBdebug/list\fP\&. .SS "template> \fBlist\fP & \fBstd::__debug::list\fP< _Tp, _Allocator >::operator= (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB172\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::pop_back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB417\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::pop_front ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB403\fP of file \fBdebug/list\fP\&. .SS "template> \fBconst_reverse_iterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::rbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB245\fP of file \fBdebug/list\fP\&. .SS "template> \fBreverse_iterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::rbegin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB240\fP of file \fBdebug/list\fP\&. .SS "template> __remove_return_type \fBstd::__debug::list\fP< _Tp, _Allocator >::remove (const _Tp & __value)\fC [inline]\fP" .PP Definition at line \fB691\fP of file \fBdebug/list\fP\&. .SS "template> template __remove_return_type \fBstd::__debug::list\fP< _Tp, _Allocator >::remove_if (_Predicate __pred)\fC [inline]\fP" .PP Definition at line \fB730\fP of file \fBdebug/list\fP\&. .SS "template> \fBconst_reverse_iterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::rend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB255\fP of file \fBdebug/list\fP\&. .SS "template> \fBreverse_iterator\fP \fBstd::__debug::list\fP< _Tp, _Allocator >::rend ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB250\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::resize (size_type __sz)\fC [inline]\fP" .PP Definition at line \fB287\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::resize (size_type __sz, const _Tp & __c)\fC [inline]\fP" .PP Definition at line \fB312\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::sort ()\fC [inline]\fP" .PP Definition at line \fB893\fP of file \fBdebug/list\fP\&. .SS "template> template void \fBstd::__debug::list\fP< _Tp, _Allocator >::sort (_StrictWeakOrdering __pred)\fC [inline]\fP" .PP Definition at line \fB897\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, _Allocator > && __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB577\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, _Allocator > && __x, \fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB629\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, _Allocator > && __x, \fBconst_iterator\fP __i)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB597\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, _Allocator > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB591\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, _Allocator > & __x, \fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB671\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, _Allocator > & __x, \fBconst_iterator\fP __i)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB623\fP of file \fBdebug/list\fP\&. .SS "template> void \fBstd::__debug::list\fP< _Tp, _Allocator >::swap (\fBlist\fP< _Tp, _Allocator > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB560\fP of file \fBdebug/list\fP\&. .SS "template> __remove_return_type \fBstd::__debug::list\fP< _Tp, _Allocator >::unique ()\fC [inline]\fP" .PP Definition at line \fB764\fP of file \fBdebug/list\fP\&. .SS "template> template __remove_return_type \fBstd::__debug::list\fP< _Tp, _Allocator >::unique (_BinaryPredicate __binary_pred)\fC [inline]\fP" .PP Definition at line \fB801\fP of file \fBdebug/list\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 \fB66\fP of file \fBdebug/list\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 "_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\&.