.TH "std::__debug::list< _Tp, _Allocator >" 3 "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 \fR#include \fP .PP Inherits \fB__gnu_debug::_Safe_container< _SafeContainer, _Alloc, _SafeBase, _IsCxx11AllocatorAware >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Allocator \fBallocator_type\fP" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_iterator\fP< _Base_const_iterator, list > \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 \fB__gnu_debug::_Safe_iterator\fP< _Base_iterator, list > \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 "\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 list &)=default" .br .ti -1c .RI "\fBlist\fP (const list &__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 (list &&)=default" .br .ti -1c .RI "\fBlist\fP (list &&__x, const __type_identity_t< allocator_type > &__a) noexcept(\fBstd::is_nothrow_constructible\fP< _Base, _Base, 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 _Base & \fB_M_base\fP () const noexcept" .br .ti -1c .RI "_Base & \fB_M_base\fP () noexcept" .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 "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 "const_reverse_iterator \fBcrbegin\fP () const noexcept" .br .ti -1c .RI "const_reverse_iterator \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 __first, const_iterator __last) noexcept" .br .ti -1c .RI "iterator \fBerase\fP (const_iterator __position) noexcept" .br .ti -1c .RI "const_reference \fBfront\fP () const noexcept" .br .ti -1c .RI "reference \fBfront\fP () noexcept" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __p, \fBinitializer_list\fP< value_type > __l)" .br .ti -1c .RI "template> iterator \fBinsert\fP (const_iterator __position, _InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __position, _Tp &&__x)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __position, const _Tp &__x)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __position, size_type __n, const _Tp &__x)" .br .ti -1c .RI "void \fBmerge\fP (list &&__x)" .br .ti -1c .RI "template void \fBmerge\fP (list &&__x, _Compare __comp)" .br .ti -1c .RI "void \fBmerge\fP (list &__x)" .br .ti -1c .RI "template void \fBmerge\fP (list &__x, _Compare __comp)" .br .ti -1c .RI "list & \fBoperator=\fP (const list &)=default" .br .ti -1c .RI "list & \fBoperator=\fP (\fBinitializer_list\fP< value_type > __l)" .br .ti -1c .RI "list & \fBoperator=\fP (list &&)=default" .br .ti -1c .RI "void \fBpop_back\fP () noexcept" .br .ti -1c .RI "void \fBpop_front\fP () noexcept" .br .ti -1c .RI "const_reverse_iterator \fBrbegin\fP () const noexcept" .br .ti -1c .RI "reverse_iterator \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 "const_reverse_iterator \fBrend\fP () const noexcept" .br .ti -1c .RI "reverse_iterator \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 (const_iterator __position, list &&__x) noexcept" .br .ti -1c .RI "void \fBsplice\fP (const_iterator __position, list &&__x, const_iterator __first, const_iterator __last) noexcept" .br .ti -1c .RI "void \fBsplice\fP (const_iterator __position, list &&__x, const_iterator __i) noexcept" .br .ti -1c .RI "void \fBsplice\fP (const_iterator __position, list &__x) noexcept" .br .ti -1c .RI "void \fBsplice\fP (const_iterator __position, list &__x, const_iterator __first, const_iterator __last) noexcept" .br .ti -1c .RI "void \fBsplice\fP (const_iterator __position, list &__x, const_iterator __i) noexcept" .br .ti -1c .RI "void \fBswap\fP (list &__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 "Protected Member Functions" .in +1c .ti -1c .RI "constexpr void \fB_M_swap\fP (_Safe_container &__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\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.