libstdc++
|
#include <forward_list.h>
Public Types | |
using | _Base_ptr |
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_base & | operator= (_Node_base &&__x) noexcept |
_Node_base & | operator= (const _Node_base &)=delete |
Public Attributes | |
_Base_ptr | _M_next |
The node-base type for allocators that use fancy pointers.
Definition at line 347 of file forward_list.h.
using std::__fwdlist::_Node_base< _VoidPtr >::_Base_ptr |
Definition at line 349 of file forward_list.h.
|
inlinenoexcept |
Definition at line 353 of file forward_list.h.
|
inline |
Definition at line 406 of file forward_list.h.
|
inlinenoexcept |
Definition at line 387 of file forward_list.h.
|
inlinenoexcept |
Definition at line 372 of file forward_list.h.
|
inlinenoexcept |
Definition at line 361 of file forward_list.h.
_Base_ptr std::__fwdlist::_Node_base< _VoidPtr >::_M_next |
Definition at line 368 of file forward_list.h.