libstdc++
std::_List_node< _Tp > Struct Template Reference

Public Types

typedef _List_node_Node_ptr
 

Public Member Functions

_Node_ptr _M_node_ptr ()
 
_Tp * _M_valptr ()
 
_Tp const * _M_valptr () const
 

Public Attributes

__gnu_cxx::__aligned_membuf< _Tp > _M_storage
 

Detailed Description

template<typename _Tp>
struct std::_List_node< _Tp >

An actual node in the list.

Definition at line 427 of file stl_list.h.


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