libstdc++: std::__detail::_List_node_base Struct Reference (original) (raw)
#include <[stl_list.h](a00725%5Fsource.html)>
Inheritance diagram for std::__detail::_List_node_base:
Public Member Functions | |
---|---|
void | _M_hook (_List_node_base *const __position) noexcept |
void | _M_reverse () noexcept |
void | _M_transfer (_List_node_base *const __first, _List_node_base *const __last) noexcept |
void | _M_unhook () noexcept |
Detailed Description
Common part of a node in the list.
Definition at line 81 of file stl_list.h.
Member Data Documentation
◆ _M_next
◆ _M_prev
The documentation for this struct was generated from the following file: