libstdc++
|
Public Types | |
typedef _Metadata | metadata_type |
typedef _Alloc::template rebind< this_type > ::other::pointer | node_pointer |
typedef _Alloc::size_type | size_type |
typedef _Value | value_type |
Public Attributes | |
metadata_type | m_metadata |
node_pointer | m_p_l_child |
node_pointer | m_p_next_sibling |
node_pointer | m_p_prev_or_parent |
value_type | m_value |
Node.
Definition at line 50 of file left_child_next_sibling_heap_/node.hpp.