.TH "std::__profile::list< _Tp, _Allocator >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__profile::list< _Tp, _Allocator > \- List wrapper with performance instrumentation\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits list< _Tp, std::allocator< _Tp > >, and std::__profile::_List_profile< _List >\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP \fB_Allocator\fP \fBallocator_type\fP" .br .ti -1c .RI "\fBtypedef\fP __iterator_tracker< \fBtypename\fP _Base::const_iterator, \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 __iterator_tracker< \fBtypename\fP _Base::iterator, \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<\fBtypename\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_profile_construct\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_profile_destruct\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_profile_iterate\fP (int \fB__rewind\fP=0) \fBconst\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_swap\fP (_List_profile &__other)" .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 \fB__pos\fP) \fBnoexcept\fP" .br .ti -1c .RI "\fBiterator\fP \fBerase\fP (\fBconst_iterator\fP \fB__pos\fP, \fBconst_iterator\fP __last) \fBnoexcept\fP" .br .ti -1c .RI "template<\fBtypename\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__pos\fP, \fB_InputIterator\fP __first, \fB_InputIterator\fP __last)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__pos\fP, _Tp &&__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__pos\fP, \fBconst\fP _Tp &__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__pos\fP, \fBinitializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__pos\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 "\fBvoid\fP \fBpush_front\fP (\fBconst\fP value_type &__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 "\fBvoid\fP \fBremove\fP (\fBconst\fP _Tp &__value)" .br .ti -1c .RI "template<\fBclass\fP _Predicate > \fBvoid\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 \fBsplice\fP (\fBconst_iterator\fP \fB__pos\fP, \fBlist\fP &&__x) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBsplice\fP (\fBconst_iterator\fP \fB__pos\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__pos\fP, \fBlist\fP &&__x, \fBconst_iterator\fP __i) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBsplice\fP (\fBconst_iterator\fP \fB__pos\fP, \fBlist\fP &__x) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBsplice\fP (\fBconst_iterator\fP \fB__pos\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__pos\fP, \fBlist\fP &__x, \fBconst_iterator\fP __i)" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBlist\fP &__x) \fBnoexcept\fP(/*\fBconditional\fP */)" .br .ti -1c .RI "\fBvoid\fP \fBunique\fP ()" .br .ti -1c .RI "template<\fBclass\fP \fB_BinaryPredicate\fP > \fBvoid\fP \fBunique\fP (\fB_BinaryPredicate\fP \fB__binary_pred\fP)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "__gnu_profile::__list2slist_info * \fB_M_list2slist_info\fP" .br .ti -1c .RI "\fB__gnu_profile::__list2vector_info\fP * \fB_M_list2vector_info\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Tp, \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> .br class std::__profile::list< _Tp, _Allocator >"List wrapper with performance instrumentation\&. .PP Definition at line \fB106\fP of file \fBprofile/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::__profile::list\fP< _Tp, \fB_Allocator\fP >::allocator_type" .PP Definition at line \fB125\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP __iterator_tracker<\fBtypename\fP _Base::const_iterator, \fBlist\fP> \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::const_iterator" .PP Definition at line \fB119\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::const_pointer \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::const_pointer" .PP Definition at line \fB127\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::const_reference \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::const_reference" .PP Definition at line \fB114\fP of file \fBprofile/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::__profile::list\fP< _Tp, \fB_Allocator\fP >::const_reverse_iterator" .PP Definition at line \fB129\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::difference_type \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::difference_type" .PP Definition at line \fB122\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP __iterator_tracker<\fBtypename\fP _Base::iterator, \fBlist\fP> \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::iterator" .PP Definition at line \fB117\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::pointer \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::pointer" .PP Definition at line \fB126\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::reference \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::reference" .PP Definition at line \fB113\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fBstd::reverse_iterator\fP<\fBiterator\fP> \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::reverse_iterator" .PP Definition at line \fB128\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::size_type \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::size_type" .PP Definition at line \fB121\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Tp \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::value_type" .PP Definition at line \fB124\fP of file \fBprofile/list\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::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 \fB145\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::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 \fB149\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::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 \fB152\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::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 \fB157\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::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 \fB162\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::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 \fB165\fP of file \fBprofile/list\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>> \fBstd::__profile::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 \fB181\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::list (\fBconst\fP \fB_Base\fP & __x)\fC [inline]\fP" .PP Definition at line \fB185\fP of file \fBprofile/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::__profile::list\fP< _Tp, \fB_Allocator\fP >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB581\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fB_Base\fP & \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB578\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _List > \fBvoid\fP std::__profile::_List_profile< _List >::_M_profile_construct ()\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB55\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _List > \fBvoid\fP std::__profile::_List_profile< _List >::_M_profile_destruct ()\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB62\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::_M_profile_iterate (int __rewind = \fC0\fP) const\fC [inline]\fP" .PP Definition at line \fB583\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _List > \fBvoid\fP std::__profile::_List_profile< _List >::_M_swap (_List_profile< _List > & __other)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB71\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> const_reference \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::back () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB286\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> reference \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB279\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB220\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB216\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB261\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB265\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB421\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::crbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB269\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::crend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB273\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template \fBiterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::emplace (\fBconst_iterator\fP __position, \fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB318\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB231\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB224\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::erase (\fBconst_iterator\fP __pos)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB394\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::erase (\fBconst_iterator\fP __pos, \fBconst_iterator\fP __last)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB402\fP of file \fBprofile/list\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>> \fBiterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __pos, \fB_InputIterator\fP __first, \fB_InputIterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB374\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __pos, _Tp && __x)\fC [inline]\fP" .PP Definition at line \fB339\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __pos, \fBconst\fP _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB328\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __pos, \fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB347\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __pos, size_type __n, \fBconst\fP _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB356\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::merge (\fBlist\fP< _Tp, \fB_Allocator\fP > && __x)\fC [inline]\fP" .PP Definition at line \fB549\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP _Compare > \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::merge (\fBlist\fP< _Tp, \fB_Allocator\fP > && __x, _Compare __comp)\fC [inline]\fP" .PP Definition at line \fB564\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::merge (\fBlist\fP< _Tp, \fB_Allocator\fP > & __x)\fC [inline]\fP" .PP Definition at line \fB557\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBtypename\fP _Compare > \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::merge (\fBlist\fP< _Tp, \fB_Allocator\fP > & __x, _Compare __comp)\fC [inline]\fP" .PP Definition at line \fB573\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBlist\fP & \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::operator= (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB205\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::pop_back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB309\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::pop_front ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB302\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::push_front (\fBconst\fP value_type & __x)\fC [inline]\fP" .PP Definition at line \fB294\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::rbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB245\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBreverse_iterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::rbegin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB238\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::remove (\fBconst\fP _Tp & __value)\fC [inline]\fP" .PP Definition at line \fB483\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP _Predicate > \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::remove_if (_Predicate __pred)\fC [inline]\fP" .PP Definition at line \fB496\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::rend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB256\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBreverse_iterator\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::rend ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB252\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __pos, \fBlist\fP< _Tp, \fB_Allocator\fP > && __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB431\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __pos, \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 \fB464\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __pos, \fBlist\fP< _Tp, \fB_Allocator\fP > && __x, \fBconst_iterator\fP __i)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB449\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __pos, \fBlist\fP< _Tp, \fB_Allocator\fP > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB439\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __pos, \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 \fB477\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::splice (\fBconst_iterator\fP __pos, \fBlist\fP< _Tp, \fB_Allocator\fP > & __x, \fBconst_iterator\fP __i)\fC [inline]\fP" .PP Definition at line \fB443\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::swap (\fBlist\fP< _Tp, \fB_Allocator\fP > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB413\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::unique ()\fC [inline]\fP" .PP Definition at line \fB509\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP \fB_BinaryPredicate\fP > \fBvoid\fP \fBstd::__profile::list\fP< _Tp, \fB_Allocator\fP >::unique (\fB_BinaryPredicate\fP __binary_pred)\fC [inline]\fP" .PP Definition at line \fB529\fP of file \fBprofile/list\fP\&. .SH "Member Data Documentation" .PP .SS "template<\fBtypename\fP _List > __gnu_profile::__list2slist_info* std::__profile::_List_profile< _List >::_M_list2slist_info\fC [inherited]\fP" .PP Definition at line \fB48\fP of file \fBprofile/list\fP\&. .SS "template<\fBtypename\fP _List > \fB__gnu_profile::__list2vector_info\fP* std::__profile::_List_profile< _List >::_M_list2vector_info\fC [inherited]\fP" .PP Definition at line \fB49\fP of file \fBprofile/list\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.