std::__fwdlist::_Node< _ValPtr >(3) Library Functions Manual std::__fwdlist::_Node< _ValPtr >(3)

std::__fwdlist::_Node< _ValPtr > - A helper node class for forward_list.

#include <forward_list>

Inherits std::__fwdlist::_Node_base< __ptr_rebind< _ValPtr, void > >.


using _Base_ptr
using _Node_ptr
using value_type


_Node (_Node &&)=delete
_Base_ptr _M_base_ptr () const
_Node_ptr _M_node_ptr ()
void _M_reverse_after () noexcept
_Base_ptr _M_transfer_after (_Base_ptr __begin, _Base_ptr __end) noexcept
const value_type * _M_valptr () const noexcept
value_type * _M_valptr () noexcept


_Base_ptr _M_next
_Uninit_storage _M_u

struct std::__fwdlist::_Node< _ValPtr >"A helper node class for forward_list.

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

libstdc++