libstdc++
Public Types | Public Member Functions | Public Attributes | List of all members
std::__fwdlist::_Node_base< _VoidPtr > Struct Template Reference

Public Types

using _Base_ptr = __ptr_rebind< _VoidPtr, _Node_base >
 

Public Member Functions

 _Node_base (_Node_base &&__x) noexcept
 
 _Node_base (const _Node_base &)=delete
 
_Base_ptr _M_base_ptr () const
 
void _M_reverse_after () noexcept
 
_Base_ptr _M_transfer_after (_Base_ptr __begin, _Base_ptr __end) noexcept
 
_Node_baseoperator= (_Node_base &&__x) noexcept
 
_Node_baseoperator= (const _Node_base &)=delete
 

Public Attributes

_Base_ptr _M_next
 

Detailed Description

template<typename _VoidPtr>
struct std::__fwdlist::_Node_base< _VoidPtr >

The node-base type for allocators that use fancy pointers.

Definition at line 347 of file forward_list.h.


The documentation for this struct was generated from the following file: