libstdc++

std::__profile::forward_list< _Tp, _Alloc > Class Template Reference

Class std::forward_list wrapper with performance instrumentation. More...

Inherits forward_list< _Tp, _Alloc >.

List of all members.

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 (size_type __n, const _Alloc &__al=_Alloc())
 forward_list (forward_list &&__list) noexcept
 forward_list (std::initializer_list< _Tp > __il, const _Alloc &__al=_Alloc())
 forward_list (size_type __n, const _Tp &__value, const _Alloc &__al=_Alloc())
 forward_list (forward_list &&__list, const _Alloc &__al)
template<typename _InputIterator , typename = std::_RequireInputIter<_InputIterator>>
 forward_list (_InputIterator __first, _InputIterator __last, const _Alloc &__al=_Alloc())
 forward_list (const forward_list &__list)
const _Base_M_base () const noexcept
_Base_M_base () noexcept
forward_listoperator= (std::initializer_list< _Tp > __il)
forward_listoperator= (const forward_list &__list)
forward_listoperator= (forward_list &&__list) noexcept(_Node_alloc_traits

Detailed Description

template<typename _Tp, typename _Alloc = std::allocator<_Tp>>
class std::__profile::forward_list< _Tp, _Alloc >

Class std::forward_list wrapper with performance instrumentation.

Definition at line 44 of file profile/forward_list.


The documentation for this class was generated from the following file: