| 
    libstdc++
    
   | 
 
Inherits forward_list< _Tp, _Alloc >.
Public Types | |
| typedef _Base::size_type | size_type | 
Public Member Functions | |
| forward_list (const _Alloc &__al=_Alloc()) | |
| forward_list (const forward_list &__list, const _Alloc &__al) | |
| forward_list (forward_list &&__list, const _Alloc &__al) | |
| forward_list (size_type __n) | |
| forward_list (size_type __n, const _Tp &__value, const _Alloc &__al=_Alloc()) | |
| template<typename _InputIterator > | |
| forward_list (_InputIterator __first, _InputIterator __last, const _Alloc &__al=_Alloc()) | |
| forward_list (const forward_list &__list) | |
| forward_list (forward_list &&__list) | |
| forward_list (std::initializer_list< _Tp > __il, const _Alloc &__al=_Alloc()) | |
| _Base & | _M_base () | 
| const _Base & | _M_base () const | 
| forward_list & | operator= (const forward_list &__list) | 
| forward_list & | operator= (forward_list &&__list) | 
| forward_list & | operator= (std::initializer_list< _Tp > __il) | 
Class std::forward_list wrapper with performance instrumentation.
Definition at line 44 of file profile/forward_list.