std::__profile::forward_list< _Tp, _Alloc >(3cxx) | std::__profile::forward_list< _Tp, _Alloc >(3cxx) |
NAME¶
std::__profile::forward_list< _Tp, _Alloc > -SYNOPSIS¶
Inherits forward_list< _Tp, _Alloc >.Public Types¶
typedef _Base::size_type size_type
Public Member Functions¶
forward_list (const _Alloc &__al=_Alloc())
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.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Tue Nov 27 2012 | libstdc++ |