.TH "std::__profile::forward_list< _Tp, _Alloc >" 3cxx "Mon May 22 2017" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__profile::forward_list< _Tp, _Alloc > \- Class std::forward_list wrapper with performance instrumentation\&. .SH SYNOPSIS .br .PP .PP Inherits forward_list< _Tp, _Alloc >\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Base::const_iterator \fBconst_iterator\fP" .br .ti -1c .RI "typedef _Base::size_type \fBsize_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBforward_list\fP (const _Alloc &__al) noexcept" .br .ti -1c .RI "\fBforward_list\fP (const \fBforward_list\fP &__list, const _Alloc &__al)" .br .ti -1c .RI "\fBforward_list\fP (\fBforward_list\fP &&__list, const _Alloc &__al)" .br .ti -1c .RI "\fBforward_list\fP (size_type __n, const _Alloc &__al=_Alloc())" .br .ti -1c .RI "\fBforward_list\fP (size_type __n, const _Tp &__value, const _Alloc &__al=_Alloc())" .br .ti -1c .RI "template> \fBforward_list\fP (_InputIterator __first, _InputIterator __last, const _Alloc &__al=_Alloc())" .br .ti -1c .RI "\fBforward_list\fP (const \fBforward_list\fP &)=default" .br .ti -1c .RI "\fBforward_list\fP (\fBforward_list\fP &&)=default" .br .ti -1c .RI "\fBforward_list\fP (\fBstd::initializer_list\fP< _Tp > __il, const _Alloc &__al=_Alloc())" .br .ti -1c .RI "\fB_Base\fP & \fB_M_base\fP () noexcept" .br .ti -1c .RI "const \fB_Base\fP & \fB_M_base\fP () const noexcept" .br .ti -1c .RI "void \fBmerge\fP (\fBforward_list\fP &&__list)" .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 "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 \fBsplice_after\fP (const_iterator __pos, \fBforward_list\fP &&__fl)" .br .ti -1c .RI "void \fBsplice_after\fP (const_iterator __pos, \fBforward_list\fP &__list)" .br .ti -1c .RI "void \fBsplice_after\fP (const_iterator __pos, \fBforward_list\fP &&__list, const_iterator __i)" .br .ti -1c .RI "void \fBsplice_after\fP (const_iterator __pos, \fBforward_list\fP &__list, const_iterator __i)" .br .ti -1c .RI "void \fBsplice_after\fP (const_iterator __pos, \fBforward_list\fP &&__list, const_iterator __before, const_iterator __last)" .br .ti -1c .RI "void \fBsplice_after\fP (const_iterator __pos, \fBforward_list\fP &__list, const_iterator __before, const_iterator __last)" .br .ti -1c .RI "void \fBswap\fP (\fBforward_list\fP &__fl) noexcept(noexcept(declval< \fB_Base\fP &>()\&.swap(__fl)))" .br .in -1c .SH "Detailed Description" .PP .SS "template> .br class std::__profile::forward_list< _Tp, _Alloc >" Class std::forward_list wrapper with performance instrumentation\&. .PP Definition at line 44 of file profile/forward_list\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.