.TH "std::__debug::forward_list< _Tp, _Alloc >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__debug::forward_list< _Tp, _Alloc > \- Class std::forward_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 forward_list< _Tp, std::allocator< _Tp > >\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _Base::allocator_type \fBallocator_type\fP" .br .ti -1c .RI "\fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_const_iterator\fP, \fBforward_list\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 _Base::difference_type \fBdifference_type\fP" .br .ti -1c .RI "\fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_iterator\fP, \fBforward_list\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 _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>> \fBforward_list\fP (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, \fBconst\fP allocator_type &\fB__al\fP=allocator_type())" .br .ti -1c .RI "\fBforward_list\fP (\fBconst\fP allocator_type &\fB__al\fP) \fBnoexcept\fP" .br .ti -1c .RI "\fBforward_list\fP (\fBconst\fP \fBforward_list\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBforward_list\fP (\fBconst\fP \fBforward_list\fP &\fB__list\fP, \fBconst\fP allocator_type &\fB__al\fP)" .br .ti -1c .RI "\fBforward_list\fP (\fBforward_list\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBforward_list\fP (\fBforward_list\fP &&\fB__list\fP, \fBconst\fP allocator_type &\fB__al\fP)" .br .ti -1c .RI "\fBforward_list\fP (size_type __n, \fBconst\fP _Tp &__value, \fBconst\fP allocator_type &\fB__al\fP=allocator_type())" .br .ti -1c .RI "\fBforward_list\fP (size_type __n, \fBconst\fP allocator_type &\fB__al\fP=allocator_type())" .br .ti -1c .RI "\fBforward_list\fP (\fBstd::initializer_list\fP< _Tp > \fB__il\fP, \fBconst\fP allocator_type &\fB__al\fP=allocator_type())" .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<\fBtypename\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 (size_type __n, \fBconst\fP _Tp &__val)" .br .ti -1c .RI "\fBvoid\fP \fBassign\fP (\fBstd::initializer_list\fP< _Tp > \fB__il\fP)" .br .ti -1c .RI "\fBconst_iterator\fP \fBbefore_begin\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBiterator\fP \fBbefore_begin\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 \fBcbefore_begin\fP () \fBconst\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 "template \fBiterator\fP \fBemplace_after\fP (\fBconst_iterator\fP \fB__pos\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_after\fP (\fBconst_iterator\fP \fB__pos\fP)" .br .ti -1c .RI "\fBiterator\fP \fBerase_after\fP (\fBconst_iterator\fP \fB__pos\fP, \fBconst_iterator\fP __last)" .br .ti -1c .RI "reference \fBfront\fP ()" .br .ti -1c .RI "const_reference \fBfront\fP () \fBconst\fP" .br .ti -1c .RI "template<\fBtypename\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBiterator\fP \fBinsert_after\fP (\fBconst_iterator\fP \fB__pos\fP, \fB_InputIterator\fP __first, \fB_InputIterator\fP __last)" .br .ti -1c .RI "\fBiterator\fP \fBinsert_after\fP (\fBconst_iterator\fP \fB__pos\fP, _Tp &&__val)" .br .ti -1c .RI "\fBiterator\fP \fBinsert_after\fP (\fBconst_iterator\fP \fB__pos\fP, \fBconst\fP _Tp &__val)" .br .ti -1c .RI "\fBiterator\fP \fBinsert_after\fP (\fBconst_iterator\fP \fB__pos\fP, size_type __n, \fBconst\fP _Tp &__val)" .br .ti -1c .RI "\fBiterator\fP \fBinsert_after\fP (\fBconst_iterator\fP \fB__pos\fP, \fBstd::initializer_list\fP< _Tp > \fB__il\fP)" .br .ti -1c .RI "\fBvoid\fP \fBmerge\fP (\fBforward_list\fP &&\fB__list\fP)" .br .ti -1c .RI "template<\fBtypename\fP \fB_Comp\fP > \fBvoid\fP \fBmerge\fP (\fBforward_list\fP &&\fB__list\fP, \fB_Comp\fP __comp)" .br .ti -1c .RI "\fBvoid\fP \fBmerge\fP (\fBforward_list\fP &\fB__list\fP)" .br .ti -1c .RI "template<\fBtypename\fP \fB_Comp\fP > \fBvoid\fP \fBmerge\fP (\fBforward_list\fP &\fB__list\fP, \fB_Comp\fP __comp)" .br .ti -1c .RI "\fBforward_list\fP & \fBoperator=\fP (\fBconst\fP \fBforward_list\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBforward_list\fP & \fBoperator=\fP (\fBforward_list\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBforward_list\fP & \fBoperator=\fP (\fBstd::initializer_list\fP< _Tp > \fB__il\fP)" .br .ti -1c .RI "\fBvoid\fP \fBpop_front\fP ()" .br .ti -1c .RI "\fB__remove_return_type\fP \fBremove\fP (\fBconst\fP _Tp &__val)" .br .ti -1c .RI "template<\fBtypename\fP \fB_Pred\fP > \fB__remove_return_type\fP \fBremove_if\fP (\fB_Pred\fP \fB__pred\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 value_type &__val)" .br .ti -1c .RI "\fBvoid\fP \fBsplice_after\fP (\fBconst_iterator\fP \fB__pos\fP, \fBforward_list\fP &&\fB__list\fP)" .br .ti -1c .RI "\fBvoid\fP \fBsplice_after\fP (\fBconst_iterator\fP \fB__pos\fP, \fBforward_list\fP &&\fB__list\fP, \fBconst_iterator\fP \fB__before\fP, \fBconst_iterator\fP __last)" .br .ti -1c .RI "\fBvoid\fP \fBsplice_after\fP (\fBconst_iterator\fP \fB__pos\fP, \fBforward_list\fP &&\fB__list\fP, \fBconst_iterator\fP __i)" .br .ti -1c .RI "\fBvoid\fP \fBsplice_after\fP (\fBconst_iterator\fP \fB__pos\fP, \fBforward_list\fP &\fB__list\fP)" .br .ti -1c .RI "\fBvoid\fP \fBsplice_after\fP (\fBconst_iterator\fP \fB__pos\fP, \fBforward_list\fP &\fB__list\fP, \fBconst_iterator\fP \fB__before\fP, \fBconst_iterator\fP __last)" .br .ti -1c .RI "\fBvoid\fP \fBsplice_after\fP (\fBconst_iterator\fP \fB__pos\fP, \fBforward_list\fP &\fB__list\fP, \fBconst_iterator\fP __i)" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBforward_list\fP &\fB__list\fP) \fBnoexcept\fP(\fBnoexcept\fP(declval< \fB_Base\fP & >()\&.swap(\fB__list\fP)))" .br .ti -1c .RI "\fB__remove_return_type\fP \fBunique\fP ()" .br .ti -1c .RI "template<\fBtypename\fP \fB_BinPred\fP > \fB__remove_return_type\fP \fBunique\fP (\fB_BinPred\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 _Alloc = std::allocator<_Tp>> .br class std::__debug::forward_list< _Tp, _Alloc >"Class std::forward_list with safety/checking/debug instrumentation\&. .PP Definition at line \fB189\fP of file \fBdebug/forward_list\fP\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBtypedef\fP _Base::allocator_type \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::allocator_type" .PP Definition at line \fB217\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_const_iterator\fP, \fBforward_list\fP> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::const_iterator" .PP Definition at line \fB211\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBtypedef\fP _Base::const_pointer \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::const_pointer" .PP Definition at line \fB219\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBtypedef\fP _Base::const_reference \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::const_reference" .PP Definition at line \fB206\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBtypedef\fP _Base::difference_type \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::difference_type" .PP Definition at line \fB214\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_iterator\fP, \fBforward_list\fP> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::iterator" .PP Definition at line \fB209\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBtypedef\fP _Base::pointer \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::pointer" .PP Definition at line \fB218\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBtypedef\fP _Base::reference \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::reference" .PP Definition at line \fB205\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBtypedef\fP _Base::size_type \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::size_type" .PP Definition at line \fB213\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBtypedef\fP _Tp \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::value_type" .PP Definition at line \fB216\fP of file \fBdebug/forward_list\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (\fBconst\fP allocator_type & __al)\fC [inline]\fP, \fC [explicit]\fP, \fC [noexcept]\fP" .PP Definition at line \fB226\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (\fBconst\fP \fBforward_list\fP< _Tp, _Alloc > & __list, \fBconst\fP allocator_type & __al)\fC [inline]\fP" .PP Definition at line \fB229\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (\fBforward_list\fP< _Tp, _Alloc > && __list, \fBconst\fP allocator_type & __al)\fC [inline]\fP" .PP Definition at line \fB233\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (size_type __n, \fBconst\fP allocator_type & __al = \fCallocator_type()\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB239\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (size_type __n, \fBconst\fP _Tp & __value, \fBconst\fP allocator_type & __al = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB243\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> template<\fBtypename\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, \fBconst\fP allocator_type & __al = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB250\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (\fBstd::initializer_list\fP< _Tp > __il, \fBconst\fP allocator_type & __al = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB261\fP of file \fBdebug/forward_list\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBconst\fP \fB_Base\fP & \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB822\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fB_Base\fP & \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB819\fP of file \fBdebug/forward_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 _Alloc = std::allocator<_Tp>> template<\fBtypename\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::assign (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB285\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::assign (size_type __n, \fBconst\fP _Tp & __val)\fC [inline]\fP" .PP Definition at line \fB300\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::assign (\fBstd::initializer_list\fP< _Tp > __il)\fC [inline]\fP" .PP Definition at line \fB307\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::before_begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB322\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::before_begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB318\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB330\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB326\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::cbefore_begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB346\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB342\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB350\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB546\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> template \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::emplace_after (\fBconst_iterator\fP __pos, \fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB388\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB338\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB334\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::erase_after (\fBconst_iterator\fP __pos)\fC [inline]\fP" .PP Definition at line \fB456\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::erase_after (\fBconst_iterator\fP __pos, \fBconst_iterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB463\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> reference \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::front ()\fC [inline]\fP" .PP Definition at line \fB359\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> const_reference \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::front () const\fC [inline]\fP" .PP Definition at line \fB366\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> template<\fBtypename\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::insert_after (\fBconst_iterator\fP __pos, \fB_InputIterator\fP __first, \fB_InputIterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB420\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::insert_after (\fBconst_iterator\fP __pos, _Tp && __val)\fC [inline]\fP" .PP Definition at line \fB404\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::insert_after (\fBconst_iterator\fP __pos, \fBconst\fP _Tp & __val)\fC [inline]\fP" .PP Definition at line \fB397\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::insert_after (\fBconst_iterator\fP __pos, size_type __n, \fBconst\fP _Tp & __val)\fC [inline]\fP" .PP Definition at line \fB411\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::insert_after (\fBconst_iterator\fP __pos, \fBstd::initializer_list\fP< _Tp > __il)\fC [inline]\fP" .PP Definition at line \fB439\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::merge (\fBforward_list\fP< _Tp, _Alloc > && __list)\fC [inline]\fP" .PP Definition at line \fB771\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> template<\fBtypename\fP \fB_Comp\fP > \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::merge (\fBforward_list\fP< _Tp, _Alloc > && __list, \fB_Comp\fP __comp)\fC [inline]\fP" .PP Definition at line \fB793\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::merge (\fBforward_list\fP< _Tp, _Alloc > & __list)\fC [inline]\fP" .PP Definition at line \fB788\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> template<\fBtypename\fP \fB_Comp\fP > \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::merge (\fBforward_list\fP< _Tp, _Alloc > & __list, \fB_Comp\fP __comp)\fC [inline]\fP" .PP Definition at line \fB812\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBforward_list\fP & \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::operator= (\fBstd::initializer_list\fP< _Tp > __il)\fC [inline]\fP" .PP Definition at line \fB275\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::pop_front ()\fC [inline]\fP" .PP Definition at line \fB378\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fB__remove_return_type\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::remove (\fBconst\fP _Tp & __val)\fC [inline]\fP" .PP Definition at line \fB678\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> template<\fBtypename\fP \fB_Pred\fP > \fB__remove_return_type\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::remove_if (\fB_Pred\fP __pred)\fC [inline]\fP" .PP Definition at line \fB714\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::resize (size_type __sz)\fC [inline]\fP" .PP Definition at line \fB490\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::resize (size_type __sz, \fBconst\fP value_type & __val)\fC [inline]\fP" .PP Definition at line \fB518\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::splice_after (\fBconst_iterator\fP __pos, \fBforward_list\fP< _Tp, _Alloc > && __list)\fC [inline]\fP" .PP Definition at line \fB554\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::splice_after (\fBconst_iterator\fP __pos, \fBforward_list\fP< _Tp, _Alloc > && __list, \fBconst_iterator\fP __before, \fBconst_iterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB608\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::splice_after (\fBconst_iterator\fP __pos, \fBforward_list\fP< _Tp, _Alloc > && __list, \fBconst_iterator\fP __i)\fC [inline]\fP" .PP Definition at line \fB577\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::splice_after (\fBconst_iterator\fP __pos, \fBforward_list\fP< _Tp, _Alloc > & __list)\fC [inline]\fP" .PP Definition at line \fB573\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::splice_after (\fBconst_iterator\fP __pos, \fBforward_list\fP< _Tp, _Alloc > & __list, \fBconst_iterator\fP __before, \fBconst_iterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB659\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::splice_after (\fBconst_iterator\fP __pos, \fBforward_list\fP< _Tp, _Alloc > & __list, \fBconst_iterator\fP __i)\fC [inline]\fP" .PP Definition at line \fB603\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::swap (\fBforward_list\fP< _Tp, _Alloc > & __list)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB482\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> \fB__remove_return_type\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::unique ()\fC [inline]\fP" .PP Definition at line \fB736\fP of file \fBdebug/forward_list\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = std::allocator<_Tp>> template<\fBtypename\fP \fB_BinPred\fP > \fB__remove_return_type\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::unique (\fB_BinPred\fP __binary_pred)\fC [inline]\fP" .PP Definition at line \fB741\fP of file \fBdebug/forward_list\fP\&. .SH "Friends And Related Symbol Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP _Alloc = 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 \fB202\fP of file \fBdebug/forward_list\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.