.TH "std::__debug::forward_list< _Tp, _Alloc >" 3cxx "Thu Feb 16 2023" "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 Inherits \fB__gnu_debug::_Safe_container< forward_list< _Tp, std::allocator< _Tp > >, std::allocator< _Tp >, __gnu_debug::_Safe_forward_list >\fP, and forward_list< _Tp, std::allocator< _Tp > >\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Base::allocator_type \fBallocator_type\fP" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_const_iterator\fP, \fBforward_list\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 _Base::difference_type \fBdifference_type\fP" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_iterator\fP, \fBforward_list\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 _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 "\fBforward_list\fP (_Base_ref __x)" .br .ti -1c .RI "template> \fBforward_list\fP (_InputIterator __first, _InputIterator __last, const allocator_type &__al=allocator_type())" .br .ti -1c .RI "\fBforward_list\fP (const allocator_type &__al) noexcept" .br .ti -1c .RI "\fBforward_list\fP (const \fBforward_list\fP &)=default" .br .ti -1c .RI "\fBforward_list\fP (const \fBforward_list\fP &__list, const allocator_type &__al)" .br .ti -1c .RI "\fBforward_list\fP (\fBforward_list\fP &&)=default" .br .ti -1c .RI "\fBforward_list\fP (\fBforward_list\fP &&__list, const allocator_type &__al) noexcept(\fBstd::is_nothrow_constructible\fP< \fB_Base\fP, \fB_Base\fP, const allocator_type & >::value)" .br .ti -1c .RI "\fBforward_list\fP (size_type __n, const __type_identity_t< _Tp > &__value, const allocator_type &__al=allocator_type())" .br .ti -1c .RI "\fBforward_list\fP (size_type __n, const allocator_type &__al=allocator_type())" .br .ti -1c .RI "\fBforward_list\fP (\fBstd::initializer_list\fP< _Tp > __il, const allocator_type &__al=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_invalidate_if\fP (_Predicate __pred)" .br .ti -1c .RI "void \fB_M_swap\fP (_Safe_container &__x) noexcept" .br .ti -1c .RI "void \fB_M_transfer_from_if\fP (_Safe_sequence &__from, _Predicate __pred)" .br .ti -1c .RI "template> void \fBassign\fP (_InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "void \fBassign\fP (size_type __n, const _Tp &__val)" .br .ti -1c .RI "void \fBassign\fP (\fBstd::initializer_list\fP< _Tp > __il)" .br .ti -1c .RI "\fBconst_iterator\fP \fBbefore_begin\fP () const noexcept" .br .ti -1c .RI "\fBiterator\fP \fBbefore_begin\fP () noexcept" .br .ti -1c .RI "\fBconst_iterator\fP \fBbegin\fP () const noexcept" .br .ti -1c .RI "\fBiterator\fP \fBbegin\fP () noexcept" .br .ti -1c .RI "\fBconst_iterator\fP \fBcbefore_begin\fP () const noexcept" .br .ti -1c .RI "\fBconst_iterator\fP \fBcbegin\fP () const noexcept" .br .ti -1c .RI "\fBconst_iterator\fP \fBcend\fP () const noexcept" .br .ti -1c .RI "void \fBclear\fP () noexcept" .br .ti -1c .RI "template \fBiterator\fP \fBemplace_after\fP (\fBconst_iterator\fP __pos, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "\fBconst_iterator\fP \fBend\fP () const noexcept" .br .ti -1c .RI "\fBiterator\fP \fBend\fP () noexcept" .br .ti -1c .RI "\fBiterator\fP \fBerase_after\fP (\fBconst_iterator\fP __pos)" .br .ti -1c .RI "\fBiterator\fP \fBerase_after\fP (\fBconst_iterator\fP __pos, \fBconst_iterator\fP __last)" .br .ti -1c .RI "reference \fBfront\fP ()" .br .ti -1c .RI "const_reference \fBfront\fP () const" .br .ti -1c .RI "template> \fBiterator\fP \fBinsert_after\fP (\fBconst_iterator\fP __pos, _InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "\fBiterator\fP \fBinsert_after\fP (\fBconst_iterator\fP __pos, _Tp &&__val)" .br .ti -1c .RI "\fBiterator\fP \fBinsert_after\fP (\fBconst_iterator\fP __pos, const _Tp &__val)" .br .ti -1c .RI "\fBiterator\fP \fBinsert_after\fP (\fBconst_iterator\fP __pos, size_type __n, const _Tp &__val)" .br .ti -1c .RI "\fBiterator\fP \fBinsert_after\fP (\fBconst_iterator\fP __pos, \fBstd::initializer_list\fP< _Tp > __il)" .br .ti -1c .RI "void \fBmerge\fP (\fBforward_list\fP &&__list)" .br .ti -1c .RI "template void \fBmerge\fP (\fBforward_list\fP &&__list, _Comp __comp)" .br .ti -1c .RI "void \fBmerge\fP (\fBforward_list\fP &__list)" .br .ti -1c .RI "template void \fBmerge\fP (\fBforward_list\fP &__list, _Comp __comp)" .br .ti -1c .RI "\fBforward_list\fP & \fBoperator=\fP (const \fBforward_list\fP &)=default" .br .ti -1c .RI "\fBforward_list\fP & \fBoperator=\fP (\fBforward_list\fP &&)=default" .br .ti -1c .RI "\fBforward_list\fP & \fBoperator=\fP (\fBstd::initializer_list\fP< _Tp > __il)" .br .ti -1c .RI "void \fBpop_front\fP ()" .br .ti -1c .RI "__remove_return_type \fBremove\fP (const _Tp &__val)" .br .ti -1c .RI "template __remove_return_type \fBremove_if\fP (_Pred __pred)" .br .ti -1c .RI "void \fBresize\fP (size_type __sz)" .br .ti -1c .RI "void \fBresize\fP (size_type __sz, const value_type &__val)" .br .ti -1c .RI "void \fBsplice_after\fP (\fBconst_iterator\fP __pos, \fBforward_list\fP &&__list)" .br .ti -1c .RI "void \fBsplice_after\fP (\fBconst_iterator\fP __pos, \fBforward_list\fP &&__list, \fBconst_iterator\fP __before, \fBconst_iterator\fP __last)" .br .ti -1c .RI "void \fBsplice_after\fP (\fBconst_iterator\fP __pos, \fBforward_list\fP &&__list, \fBconst_iterator\fP __i)" .br .ti -1c .RI "void \fBsplice_after\fP (\fBconst_iterator\fP __pos, \fBforward_list\fP &__list)" .br .ti -1c .RI "void \fBsplice_after\fP (\fBconst_iterator\fP __pos, \fBforward_list\fP &__list, \fBconst_iterator\fP __before, \fBconst_iterator\fP __last)" .br .ti -1c .RI "void \fBsplice_after\fP (\fBconst_iterator\fP __pos, \fBforward_list\fP &__list, \fBconst_iterator\fP __i)" .br .ti -1c .RI "void \fBswap\fP (\fBforward_list\fP &__list) noexcept(noexcept(\fBdeclval\fP< \fB_Base\fP & >()\&.swap(__list)))" .br .ti -1c .RI "__remove_return_type \fBunique\fP ()" .br .ti -1c .RI "template __remove_return_type \fBunique\fP (_BinPred __binary_pred)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "_Safe_iterator_base * \fB_M_const_iterators\fP" .br .RI "The list of constant iterators that reference this container\&. " .ti -1c .RI "_Safe_iterator_base * \fB_M_iterators\fP" .br .RI "The list of mutable iterators that reference this container\&. " .ti -1c .RI "unsigned int \fB_M_version\fP" .br .RI "The container version number\&. This number may never be 0\&. " .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "void \fB_M_detach_all\fP ()" .br .ti -1c .RI "void \fB_M_detach_singular\fP ()" .br .ti -1c .RI "__gnu_cxx::__mutex & \fB_M_get_mutex\fP () throw ()" .br .ti -1c .RI "void \fB_M_invalidate_all\fP ()" .br .ti -1c .RI "void \fB_M_invalidate_all\fP () const" .br .ti -1c .RI "void \fB_M_revalidate_singular\fP ()" .br .ti -1c .RI "_Safe_container & \fB_M_safe\fP () noexcept" .br .ti -1c .RI "void \fB_M_swap\fP (_Safe_sequence_base &) 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::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> typedef _Base::allocator_type \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::allocator_type" .PP Definition at line \fB225\fP of file \fBdebug/forward_list\fP\&. .SS "template> typedef \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 \fB219\fP of file \fBdebug/forward_list\fP\&. .SS "template> typedef _Base::const_pointer \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::const_pointer" .PP Definition at line \fB227\fP of file \fBdebug/forward_list\fP\&. .SS "template> typedef _Base::const_reference \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::const_reference" .PP Definition at line \fB214\fP of file \fBdebug/forward_list\fP\&. .SS "template> typedef _Base::difference_type \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::difference_type" .PP Definition at line \fB222\fP of file \fBdebug/forward_list\fP\&. .SS "template> typedef \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 \fB217\fP of file \fBdebug/forward_list\fP\&. .SS "template> typedef _Base::pointer \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::pointer" .PP Definition at line \fB226\fP of file \fBdebug/forward_list\fP\&. .SS "template> typedef _Base::reference \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::reference" .PP Definition at line \fB213\fP of file \fBdebug/forward_list\fP\&. .SS "template> typedef _Base::size_type \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::size_type" .PP Definition at line \fB221\fP of file \fBdebug/forward_list\fP\&. .SS "template> typedef _Tp \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::value_type" .PP Definition at line \fB224\fP of file \fBdebug/forward_list\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (const allocator_type & __al)\fC [inline]\fP, \fC [explicit]\fP, \fC [noexcept]\fP" .PP Definition at line \fB234\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (const \fBforward_list\fP< _Tp, _Alloc > & __list, const allocator_type & __al)\fC [inline]\fP" .PP Definition at line \fB237\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (\fBforward_list\fP< _Tp, _Alloc > && __list, const allocator_type & __al)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB241\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (size_type __n, const allocator_type & __al = \fCallocator_type()\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB250\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (size_type __n, const __type_identity_t< _Tp > & __value, const allocator_type & __al = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB254\fP of file \fBdebug/forward_list\fP\&. .SS "template> template> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (_InputIterator __first, _InputIterator __last, const allocator_type & __al = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB261\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (\fBstd::initializer_list\fP< _Tp > __il, const allocator_type & __al = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB272\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::forward_list (_Base_ref __x)\fC [inline]\fP" .PP Definition at line \fB279\fP of file \fBdebug/forward_list\fP\&. .SH "Member Function Documentation" .PP .SS "template> const \fB_Base\fP & \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB835\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fB_Base\fP & \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB832\fP of file \fBdebug/forward_list\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_detach_all ()\fC [protected]\fP, \fC [inherited]\fP" Detach all iterators, leaving them singular\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence_base::~_Safe_sequence_base()\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_detach_singular ()\fC [protected]\fP, \fC [inherited]\fP" Detach all singular iterators\&. .PP \fBPostcondition\fP .RS 4 for all iterators i attached to this sequence, i->_M_version == _M_version\&. .RE .PP .SS "__gnu_cxx::__mutex & __gnu_debug::_Safe_sequence_base::_M_get_mutex ()\fC [protected]\fP, \fC [inherited]\fP" For use in _Safe_sequence\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "void \fB__gnu_debug::_Safe_forward_list\fP< \fBforward_list\fP< _Tp, \fBstd::allocator\fP< _Tp > > >::_M_invalidate_all ()\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB73\fP of file \fBdebug/forward_list\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_invalidate_all () const\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" Invalidates all iterators\&. .PP Definition at line \fB256\fP of file \fBsafe_base\&.h\fP\&. .PP References \fB__gnu_debug::_Safe_sequence_base::_M_version\fP\&. .SS "void \fB__gnu_debug::_Safe_sequence\fP< \fBforward_list\fP< _Tp, \fBstd::allocator\fP< _Tp > > >::_M_invalidate_if (_Predicate __pred)\fC [inherited]\fP" Invalidates all iterators \fCx\fP that reference this sequence, are not singular, and for which \fC__pred(x)\fP returns \fCtrue\fP\&. \fC__pred\fP will be invoked with the normal iterators nested in the safe ones\&. .PP Definition at line \fB117\fP of file \fBsafe_sequence\&.tcc\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_revalidate_singular ()\fC [protected]\fP, \fC [inherited]\fP" Revalidates all attached singular iterators\&. This method may be used to validate iterators that were invalidated before (but for some reason, such as an exception, need to become valid again)\&. .SS "_Safe_container & \fB__gnu_debug::_Safe_container\fP< \fBforward_list\fP< _Tp, \fBstd::allocator\fP< _Tp > > , \fBstd::allocator\fP< _Tp > , \fB__gnu_debug::_Safe_forward_list\fP , true >::_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 "void \fB__gnu_debug::_Safe_container\fP< \fBforward_list\fP< _Tp, \fBstd::allocator\fP< _Tp > > , \fBstd::allocator\fP< _Tp > , \fB__gnu_debug::_Safe_forward_list\fP , true >::_M_swap (\fB_Safe_container\fP< \fBforward_list\fP< _Tp, \fBstd::allocator\fP< _Tp > >, \fBstd::allocator\fP< _Tp >, \fB__gnu_debug::_Safe_forward_list\fP > & __x)\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB111\fP of file \fBsafe_container\&.h\fP\&. .SS "void \fB__gnu_debug::_Safe_forward_list\fP< \fBforward_list\fP< _Tp, \fBstd::allocator\fP< _Tp > > >::_M_swap (\fB_Safe_sequence_base\fP & __other)\fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB82\fP of file \fBdebug/forward_list\fP\&. .SS "void \fB__gnu_debug::_Safe_sequence\fP< \fBforward_list\fP< _Tp, \fBstd::allocator\fP< _Tp > > >::_M_transfer_from_if (\fB_Safe_sequence\fP< \fBforward_list\fP< _Tp, \fBstd::allocator\fP< _Tp > > > & __from, _Predicate __pred)\fC [inherited]\fP" Transfers all iterators \fCx\fP that reference \fCfrom\fP sequence, are not singular, and for which \fC__pred(x)\fP returns \fCtrue\fP\&. \fC__pred\fP will be invoked with the normal iterators nested in the safe ones\&. .PP Definition at line \fB125\fP of file \fBsafe_sequence\&.tcc\fP\&. .SS "template> template> void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::assign (_InputIterator __first, _InputIterator __last)\fC [inline]\fP" .PP Definition at line \fB298\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::assign (size_type __n, const _Tp & __val)\fC [inline]\fP" .PP Definition at line \fB313\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::assign (\fBstd::initializer_list\fP< _Tp > __il)\fC [inline]\fP" .PP Definition at line \fB320\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::before_begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB335\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::before_begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB331\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB343\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB339\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::cbefore_begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB359\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB355\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB363\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB553\fP of file \fBdebug/forward_list\fP\&. .SS "template> template \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::emplace_after (\fBconst_iterator\fP __pos, _Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB401\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBconst_iterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB351\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB347\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::erase_after (\fBconst_iterator\fP __pos)\fC [inline]\fP" .PP Definition at line \fB459\fP of file \fBdebug/forward_list\fP\&. .SS "template> \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 \fB470\fP of file \fBdebug/forward_list\fP\&. .SS "template> reference \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::front ()\fC [inline]\fP" .PP Definition at line \fB372\fP of file \fBdebug/forward_list\fP\&. .SS "template> const_reference \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::front () const\fC [inline]\fP" .PP Definition at line \fB379\fP of file \fBdebug/forward_list\fP\&. .SS "template> template> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::insert_after (\fBconst_iterator\fP __pos, _InputIterator __first, _InputIterator __last)\fC [inline]\fP" .PP Definition at line \fB433\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::insert_after (\fBconst_iterator\fP __pos, _Tp && __val)\fC [inline]\fP" .PP Definition at line \fB417\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::insert_after (\fBconst_iterator\fP __pos, const _Tp & __val)\fC [inline]\fP" .PP Definition at line \fB410\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBiterator\fP \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::insert_after (\fBconst_iterator\fP __pos, size_type __n, const _Tp & __val)\fC [inline]\fP" .PP Definition at line \fB424\fP of file \fBdebug/forward_list\fP\&. .SS "template> \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 \fB452\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::merge (\fBforward_list\fP< _Tp, _Alloc > && __list)\fC [inline]\fP" .PP Definition at line \fB784\fP of file \fBdebug/forward_list\fP\&. .SS "template> template void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::merge (\fBforward_list\fP< _Tp, _Alloc > && __list, _Comp __comp)\fC [inline]\fP" .PP Definition at line \fB806\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::merge (\fBforward_list\fP< _Tp, _Alloc > & __list)\fC [inline]\fP" .PP Definition at line \fB801\fP of file \fBdebug/forward_list\fP\&. .SS "template> template void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::merge (\fBforward_list\fP< _Tp, _Alloc > & __list, _Comp __comp)\fC [inline]\fP" .PP Definition at line \fB825\fP of file \fBdebug/forward_list\fP\&. .SS "template> \fBforward_list\fP & \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::operator= (\fBstd::initializer_list\fP< _Tp > __il)\fC [inline]\fP" .PP Definition at line \fB288\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::pop_front ()\fC [inline]\fP" .PP Definition at line \fB391\fP of file \fBdebug/forward_list\fP\&. .SS "template> __remove_return_type \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::remove (const _Tp & __val)\fC [inline]\fP" .PP Definition at line \fB685\fP of file \fBdebug/forward_list\fP\&. .SS "template> template __remove_return_type \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::remove_if (_Pred __pred)\fC [inline]\fP" .PP Definition at line \fB715\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::resize (size_type __sz)\fC [inline]\fP" .PP Definition at line \fB497\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::resize (size_type __sz, const value_type & __val)\fC [inline]\fP" .PP Definition at line \fB525\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \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 \fB561\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \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 \fB615\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \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 \fB584\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \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 \fB580\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \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 \fB666\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \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 \fB610\fP of file \fBdebug/forward_list\fP\&. .SS "template> void \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::swap (\fBforward_list\fP< _Tp, _Alloc > & __list)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB489\fP of file \fBdebug/forward_list\fP\&. .SS "template> __remove_return_type \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::unique ()\fC [inline]\fP" .PP Definition at line \fB744\fP of file \fBdebug/forward_list\fP\&. .SS "template> template __remove_return_type \fBstd::__debug::forward_list\fP< _Tp, _Alloc >::unique (_BinPred __binary_pred)\fC [inline]\fP" .PP Definition at line \fB749\fP of file \fBdebug/forward_list\fP\&. .SH "Friends And Related Function Documentation" .PP .SS "template> template friend class \fB::__gnu_debug::_Safe_iterator\fP\fC [friend]\fP" .PP Definition at line \fB202\fP of file \fBdebug/forward_list\fP\&. .SH "Member Data Documentation" .PP .SS "_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_const_iterators\fC [inherited]\fP" .PP The list of constant iterators that reference this container\&. .PP Definition at line \fB197\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_iterators\fC [inherited]\fP" .PP The list of mutable iterators that reference this container\&. .PP Definition at line \fB194\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "unsigned int __gnu_debug::_Safe_sequence_base::_M_version\fC [mutable]\fP, \fC [inherited]\fP" .PP The container version number\&. This number may never be 0\&. .PP Definition at line \fB200\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence_base::_M_invalidate_all()\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.