.TH "std::__debug::list< _Tp, _Allocator >" 3cxx "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 \fC#include \fP .PP Inherits \fB__gnu_debug::_Safe_container< _SafeContainer, _Alloc, _SafeBase, _IsCxx11AllocatorAware >\fP, and list< _Tp, std::allocator< _Tp > >\&. .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, \fBlist\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, \fBlist\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>> \fBlist\fP (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, \fBconst\fP \fB_Allocator\fP &__a=\fB_Allocator\fP())" .br .ti -1c .RI "\fBlist\fP (\fBconst\fP \fB_Allocator\fP &__a) \fBnoexcept\fP" .br .ti -1c .RI "\fBlist\fP (\fBconst\fP \fB_Base\fP &__x)" .br .ti -1c .RI "\fBlist\fP (\fBconst\fP \fBlist\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBlist\fP (\fBconst\fP \fBlist\fP &__x, \fBconst\fP \fBallocator_type\fP &__a)" .br .ti -1c .RI "\fBlist\fP (\fBinitializer_list\fP< value_type > \fB__l\fP, \fBconst\fP \fBallocator_type\fP &__a=\fBallocator_type\fP())" .br .ti -1c .RI "\fBlist\fP (\fBlist\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBlist\fP (\fBlist\fP &&__x, \fBconst\fP \fBallocator_type\fP &__a)" .br .ti -1c .RI "\fBlist\fP (size_type __n, \fBconst\fP _Tp &__value, \fBconst\fP \fB_Allocator\fP &__a=\fB_Allocator\fP())" .br .ti -1c .RI "\fBlist\fP (size_type __n, \fBconst\fP \fBallocator_type\fP &__a=\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<\fBclass\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 &__t)" .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 "\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 "\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) \fBnoexcept\fP" .br .ti -1c .RI "\fBiterator\fP \fBerase\fP (\fBconst_iterator\fP \fB__position\fP) \fBnoexcept\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 "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __p, \fBinitializer_list\fP< value_type > \fB__l\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 "\fBiterator\fP \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, size_type __n, \fBconst\fP _Tp &__x)" .br .ti -1c .RI "\fBvoid\fP \fBmerge\fP (\fBlist\fP &&__x)" .br .ti -1c .RI "template<\fBclass\fP _Compare > \fBvoid\fP \fBmerge\fP (\fBlist\fP &&__x, _Compare __comp)" .br .ti -1c .RI "\fBvoid\fP \fBmerge\fP (\fBlist\fP &__x)" .br .ti -1c .RI "template<\fBtypename\fP _Compare > \fBvoid\fP \fBmerge\fP (\fBlist\fP &__x, _Compare __comp)" .br .ti -1c .RI "\fBlist\fP & \fBoperator=\fP (\fBconst\fP \fBlist\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBlist\fP & \fBoperator=\fP (\fBinitializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "\fBlist\fP & \fBoperator=\fP (\fBlist\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBvoid\fP \fBpop_back\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBpop_front\fP () \fBnoexcept\fP" .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 "\fB__remove_return_type\fP \fBremove\fP (\fBconst\fP _Tp &__value)" .br .ti -1c .RI "template<\fBclass\fP _Predicate > \fB__remove_return_type\fP \fBremove_if\fP (_Predicate \fB__pred\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 \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 \fBsort\fP ()" .br .ti -1c .RI "template<\fBtypename\fP \fB_StrictWeakOrdering\fP > \fBvoid\fP \fBsort\fP (\fB_StrictWeakOrdering\fP \fB__pred\fP)" .br .ti -1c .RI "\fBvoid\fP \fBsplice\fP (\fBconst_iterator\fP \fB__position\fP, \fBlist\fP &&__x) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBsplice\fP (\fBconst_iterator\fP \fB__position\fP, \fBlist\fP &&__x, \fBconst_iterator\fP __first, \fBconst_iterator\fP __last) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBsplice\fP (\fBconst_iterator\fP \fB__position\fP, \fBlist\fP &&__x, \fBconst_iterator\fP __i) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBsplice\fP (\fBconst_iterator\fP \fB__position\fP, \fBlist\fP &__x) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBsplice\fP (\fBconst_iterator\fP \fB__position\fP, \fBlist\fP &__x, \fBconst_iterator\fP __first, \fBconst_iterator\fP __last) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBsplice\fP (\fBconst_iterator\fP \fB__position\fP, \fBlist\fP &__x, \fBconst_iterator\fP __i) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBlist\fP &__x) \fBnoexcept\fP(/*\fBconditional\fP */)" .br .ti -1c .RI "\fB__remove_return_type\fP \fBunique\fP ()" .br .ti -1c .RI "template<\fBclass\fP \fB_BinaryPredicate\fP > \fB__remove_return_type\fP \fBunique\fP (\fB_BinaryPredicate\fP \fB__binary_pred\fP)" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "_Safe_container & \fB_M_safe\fP () \fBnoexcept\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::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<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fB_Allocator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::allocator_type" .PP Definition at line \fB81\fP of file \fBdebug/list\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, \fBlist\fP> \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::const_iterator" .PP Definition at line \fB75\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::const_pointer \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::const_pointer" .PP Definition at line \fB83\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::const_reference \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::const_reference" .PP Definition at line \fB70\fP of file \fBdebug/list\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::list\fP< _Tp, \fB_Allocator\fP >::const_reverse_iterator" .PP Definition at line \fB85\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::difference_type \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::difference_type" .PP Definition at line \fB78\fP of file \fBdebug/list\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, \fBlist\fP> \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::iterator" .PP Definition at line \fB73\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::pointer \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::pointer" .PP Definition at line \fB82\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::reference \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::reference" .PP Definition at line \fB69\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fBstd::reverse_iterator\fP<\fBiterator\fP> \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::reverse_iterator" .PP Definition at line \fB84\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::size_type \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::size_type" .PP Definition at line \fB77\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Tp \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::value_type" .PP Definition at line \fB80\fP of file \fBdebug/list\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::list (\fBinitializer_list\fP< value_type > __l, \fBconst\fP \fBallocator_type\fP & __a = \fC\fBallocator_type\fP()\fP)\fC [inline]\fP" .PP Definition at line \fB102\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::list (\fBconst\fP \fBlist\fP< _Tp, \fB_Allocator\fP > & __x, \fBconst\fP \fBallocator_type\fP & __a)\fC [inline]\fP" .PP Definition at line \fB108\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::list (\fBlist\fP< _Tp, \fB_Allocator\fP > && __x, \fBconst\fP \fBallocator_type\fP & __a)\fC [inline]\fP" .PP Definition at line \fB111\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::list (\fBconst\fP \fB_Allocator\fP & __a)\fC [inline]\fP, \fC [explicit]\fP, \fC [noexcept]\fP" .PP Definition at line \fB116\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::list (size_type __n, \fBconst\fP \fBallocator_type\fP & __a = \fC\fBallocator_type\fP()\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB121\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::list (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 \fB124\fP of file \fBdebug/list\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::list\fP< _Tp, \fB_Allocator\fP >::list (\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 \fB140\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::list (\fBconst\fP \fB_Base\fP & __x)\fC [inline]\fP" .PP Definition at line \fB147\fP of file \fBdebug/list\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::list\fP< _Tp, \fB_Allocator\fP >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB848\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fB_Base\fP & \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB845\fP of file \fBdebug/list\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 _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::assign (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB188\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::assign (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB174\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::assign (size_type __n, \fBconst\fP _Tp & __t)\fC [inline]\fP" .PP Definition at line \fB203\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> const_reference \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::back () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB367\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> reference \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB360\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB217\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB213\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB246\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB250\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB546\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::crbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB254\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::crend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB258\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template \fBiterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::emplace (\fBconst_iterator\fP __position, \fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB405\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB225\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB221\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::erase (\fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB516\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::erase (\fBconst_iterator\fP __position)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB505\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> const_reference \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::front () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB353\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> reference \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::front ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB346\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __p, \fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB430\fP of file \fBdebug/list\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::list\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 \fB457\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, _Tp && __x)\fC [inline]\fP" .PP Definition at line \fB426\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, \fBconst\fP _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB415\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, size_type __n, \fBconst\fP _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB439\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::merge (\fBlist\fP< _Tp, \fB_Allocator\fP > && __x)\fC [inline]\fP" .PP Definition at line \fB785\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP _Compare > \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::merge (\fBlist\fP< _Tp, \fB_Allocator\fP > && __x, _Compare __comp)\fC [inline]\fP" .PP Definition at line \fB810\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::merge (\fBlist\fP< _Tp, \fB_Allocator\fP > & __x)\fC [inline]\fP" .PP Definition at line \fB803\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBtypename\fP _Compare > \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::merge (\fBlist\fP< _Tp, \fB_Allocator\fP > & __x, _Compare __comp)\fC [inline]\fP" .PP Definition at line \fB831\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBlist\fP & \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::operator= (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB166\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::pop_back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB395\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::pop_front ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB381\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::rbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB233\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBreverse_iterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::rbegin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB229\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fB__remove_return_type\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::remove (\fBconst\fP _Tp & __value)\fC [inline]\fP" .PP Definition at line \fB669\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP _Predicate > \fB__remove_return_type\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::remove_if (_Predicate __pred)\fC [inline]\fP" .PP Definition at line \fB708\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::rend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB241\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBreverse_iterator\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::rend ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB237\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::resize (size_type __sz)\fC [inline]\fP" .PP Definition at line \fB269\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::resize (size_type __sz, \fBconst\fP _Tp & __c)\fC [inline]\fP" .PP Definition at line \fB294\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::sort ()\fC [inline]\fP" .PP Definition at line \fB836\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBtypename\fP \fB_StrictWeakOrdering\fP > \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::sort (\fB_StrictWeakOrdering\fP __pred)\fC [inline]\fP" .PP Definition at line \fB840\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, \fB_Allocator\fP > && __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB555\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, \fB_Allocator\fP > && __x, \fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB607\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, \fB_Allocator\fP > && __x, \fBconst_iterator\fP __i)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB575\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, \fB_Allocator\fP > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB569\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, \fB_Allocator\fP > & __x, \fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB649\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __position, \fBlist\fP< _Tp, \fB_Allocator\fP > & __x, \fBconst_iterator\fP __i)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB601\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::swap (\fBlist\fP< _Tp, \fB_Allocator\fP > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB538\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fB__remove_return_type\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::unique ()\fC [inline]\fP" .PP Definition at line \fB728\fP of file \fBdebug/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP \fB_BinaryPredicate\fP > \fB__remove_return_type\fP \fBstd::__debug::list\fP< _Tp, \fB_Allocator\fP >::unique (\fB_BinaryPredicate\fP __binary_pred)\fC [inline]\fP" .PP Definition at line \fB755\fP of file \fBdebug/list\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 \fB66\fP of file \fBdebug/list\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.