Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

std::_fwd_list_base(3) [debian man page]

std::_Fwd_list_base< _Tp, _Alloc >(3cxx)								  std::_Fwd_list_base< _Tp, _Alloc >(3cxx)

NAME
std::_Fwd_list_base< _Tp, _Alloc > - SYNOPSIS
Inherited by std::forward_list< _Tp, _Alloc > [private]. Public Types typedef _Fwd_list_node< _Tp > _Node typedef _Fwd_list_const_iterator< _Tp > const_iterator" typedef _Fwd_list_iterator< _Tp > iterator Public Member Functions _Fwd_list_base (const _Alloc &__a) _Fwd_list_base (const _Fwd_list_base &__lst, const _Alloc &__a) _Fwd_list_base (_Fwd_list_base &&__lst, const _Alloc &__a) _Fwd_list_base (_Fwd_list_base &&__lst) _Node_alloc_type & _M_get_Node_allocator () const _Node_alloc_type & _M_get_Node_allocator () const Protected Types typedef _Alloc::template rebind< _Fwd_list_node< _Tp > >::other _Node_alloc_type" typedef _Alloc::template rebind< _Tp >::other _Tp_alloc_type" Protected Member Functions template<typename... _Args> _Node * _M_create_node (_Args &&...__args) _Fwd_list_node_base * _M_erase_after (_Fwd_list_node_base *__pos) _Fwd_list_node_base * _M_erase_after (_Fwd_list_node_base *__pos, _Fwd_list_node_base *__last) _Node * _M_get_node () template<typename... _Args> _Fwd_list_node_base * _M_insert_after (const_iterator __pos, _Args &&...__args) void _M_put_node (_Node *__p) Protected Attributes _Fwd_list_impl _M_impl Detailed Description template<typename _Tp, typename _Alloc>struct std::_Fwd_list_base< _Tp, _Alloc > Base class for forward_list. Definition at line 273 of file forward_list.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::_Fwd_list_base< _Tp, _Alloc >(3cxx)

Check Out this Related Man Page

std::integral_constant< _Tp, __v >(3cxx)								  std::integral_constant< _Tp, __v >(3cxx)

NAME
std::integral_constant< _Tp, __v > - SYNOPSIS
Inherited by std::__is_integral_helper< typename >, std::__is_signed_helper< _Tp, bool, bool >, std::__is_void_helper< typename >, std::__uses_allocator_helper< _Tp, _Alloc, bool >, std::chrono::__is_duration< _Tp >, std::is_array< _Tp[_Size]>, std::is_bind_expression< _Bind< _Signature > >, std::is_bind_expression< _Bind_result< _Result, _Signature > >, std::is_error_code_enum< _Tp >, std::is_error_code_enum< future_errc >, std::is_function< typename >, std::is_function< _Res(_ArgTypes...) const >, std::is_function< _Res(_ArgTypes...) const volatile >, std::is_function< _Res(_ArgTypes...)>, std::is_function< _Res(_ArgTypes......) const >, std::is_function< _Res(_ArgTypes......) const volatile >, std::is_function< _Res(_ArgTypes......) volatile >, std::is_lvalue_reference< typename >, std::is_rvalue_reference< typename >, std::is_rvalue_reference< _Tp && >, std::uses_allocator< priority_queue< _Tp, _Sequence, _Compare >, _Alloc >, std::uses_allocator< queue< _Tp, _Seq >, _Alloc >, and std::uses_allocator< stack< _Tp, _Seq >, _Alloc >. Public Types typedef integral_constant< _Tp, __v > type" typedef _Tp value_type Public Member Functions constexpr operator value_type () Static Public Attributes static constexpr _Tp value Detailed Description template<typename _Tp, _Tp __v>struct std::integral_constant< _Tp, __v > integral_constant Definition at line 72 of file type_traits. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::integral_constant< _Tp, __v >(3cxx)
Man Page