|
libstdc++
|
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 |
An actual node in the list.
Definition at line 427 of file stl_list.h.