debian man page for std::__profile::forward_list

Query: std::__profile::forward_list

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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()) 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) 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. libstdc++ Tue Nov 27 2012 std::__profile::forward_list< _Tp, _Alloc >(3cxx)
Related Man Pages
std::_fwd_list_base(3) - centos
std::forward_list(3) - centos
std::__profile::unordered_map(3) - debian
std::forward_list(3) - debian
std::__profile::unordered_map(3cxx) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results