.TH "std::__profile::list< _Tp, _Allocator >" 3cxx "Tue Feb 2 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__profile::list< _Tp, _Allocator > \- List wrapper with performance instrumentation\&. .SH SYNOPSIS .br .PP .PP Inherits list< _Tp, std::allocator< _Tp > >, and std::__profile::_List_profile< _List >\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Allocator \fBallocator_type\fP" .br .ti -1c .RI "typedef __iterator_tracker< typename _Base::const_iterator, \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< const_iterator > \fBconst_reverse_iterator\fP" .br .ti -1c .RI "typedef _Base::difference_type \fBdifference_type\fP" .br .ti -1c .RI "typedef __iterator_tracker< typename _Base::iterator, \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< iterator > \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 "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 \fB_Base\fP &__x)" .br .ti -1c .RI "\fBlist\fP (const \fBlist\fP &)=default" .br .ti -1c .RI "\fBlist\fP (const \fBlist\fP &__x, const 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 allocator_type &__a)" .br .ti -1c .RI "\fBlist\fP (size_type __n, const _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_profile_construct\fP () noexcept" .br .ti -1c .RI "void \fB_M_profile_destruct\fP () noexcept" .br .ti -1c .RI "void \fB_M_profile_iterate\fP (int __rewind=0) const" .br .ti -1c .RI "void \fB_M_swap\fP (_List_profile &__other)" .br .ti -1c .RI "const_reference \fBback\fP () const noexcept" .br .ti -1c .RI "reference \fBback\fP () noexcept" .br .ti -1c .RI "const_iterator \fBbegin\fP () const noexcept" .br .ti -1c .RI "iterator \fBbegin\fP () noexcept" .br .ti -1c .RI "const_iterator \fBcbegin\fP () const noexcept" .br .ti -1c .RI "const_iterator \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 iterator \fBemplace\fP (const_iterator __position, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "const_iterator \fBend\fP () const noexcept" .br .ti -1c .RI "iterator \fBend\fP () noexcept" .br .ti -1c .RI "iterator \fBerase\fP (const_iterator __pos) noexcept" .br .ti -1c .RI "iterator \fBerase\fP (const_iterator __pos, const_iterator __last) noexcept" .br .ti -1c .RI "template> iterator \fBinsert\fP (const_iterator __pos, _InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __pos, _Tp &&__x)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __pos, const _Tp &__x)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __pos, \fBinitializer_list\fP< value_type > __l)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __pos, 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 "void \fBpush_front\fP (const value_type &__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 "void \fBremove\fP (const _Tp &__value)" .br .ti -1c .RI "template void \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 \fBsplice\fP (const_iterator __pos, \fBlist\fP &&__x) noexcept" .br .ti -1c .RI "void \fBsplice\fP (const_iterator __pos, \fBlist\fP &&__x, const_iterator __first, const_iterator __last) noexcept" .br .ti -1c .RI "void \fBsplice\fP (const_iterator __pos, \fBlist\fP &&__x, const_iterator __i) noexcept" .br .ti -1c .RI "void \fBsplice\fP (const_iterator __pos, \fBlist\fP &__x) noexcept" .br .ti -1c .RI "void \fBsplice\fP (const_iterator __pos, \fBlist\fP &__x, const_iterator __first, const_iterator __last) noexcept" .br .ti -1c .RI "void \fBsplice\fP (const_iterator __pos, \fBlist\fP &__x, const_iterator __i)" .br .ti -1c .RI "void \fBswap\fP (\fBlist\fP &__x) noexcept(/*\fBconditional\fP */)" .br .ti -1c .RI "void \fBunique\fP ()" .br .ti -1c .RI "template void \fBunique\fP (_BinaryPredicate __binary_pred)" .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> .br class std::__profile::list< _Tp, _Allocator >" List wrapper with performance instrumentation\&. .PP Definition at line 106 of file profile/list\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.