std::_List_node< _Tp > Struct Template Reference
An actual node in the list.
More...
List of all members.
Public Member Functions
-
template<typename... _Args> _List_node (_Args &&...__args)
-
void hook (_List_node_base *const __position) throw ()
-
void reverse () throw ()
-
void transfer (_List_node_base *const __first, _List_node_base *const __last) throw ()
-
void unhook () throw ()
Static Public Member Functions
Public Attributes
Detailed Description
template<typename _Tp>
struct std::_List_node< _Tp >
An actual node in the list.
Definition at line 95 of file stl_list.h.
Member Data Documentation
The documentation for this struct was generated from the following file: