std::_Fwd_list_base< _Tp, _Alloc >(3) Library Functions Manual std::_Fwd_list_base< _Tp, _Alloc >(3)

std::_Fwd_list_base< _Tp, _Alloc > - Base class for forward_list.

#include <forward_list>

Inherited by std::forward_list< _Tp, polymorphic_allocator< _Tp > > [private], and std::forward_list< _Tp, _Alloc > [private].


using const_iterator
using iterator
using pointer


_Fwd_list_base (_Fwd_list_base &&)=default
_Fwd_list_base (_Fwd_list_base &&__lst, _Node_alloc_type &&__a)
_Fwd_list_base (_Fwd_list_base &&__lst, _Node_alloc_type &&__a, std::true_type)
_Fwd_list_base (_Node_alloc_type &&__a)
const _Node_alloc_type & _M_get_Node_allocator () const noexcept
_Node_alloc_type & _M_get_Node_allocator () noexcept
template<typename... _Args> auto _M_insert_after (const_iterator __pos, _Args &&... __args) -> _Base_ptr


using _Base_ptr
using _Node
using _Node_alloc_traits
using _Node_alloc_type
using _Node_ptr
using _Node_traits


template<typename... _Args> _Node_ptr _M_create_node (_Args &&... __args)
void _M_destroy_node (_Node_ptr __p)
_Base_ptr _M_erase_after (_Base_ptr __pos)
_Base_ptr _M_erase_after (_Base_ptr __pos, _Base_ptr __last)
_Node * _M_get_node ()
template<typename... _Args> _Base_ptr _M_insert_after (const_iterator __pos, _Args &&... __args)
void _M_put_node (_Node_ptr __p)


_Fwd_list_impl _M_impl

struct std::_Fwd_list_base< _Tp, _Alloc >"Base class for forward_list.

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++