__gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >(3cxx) __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >(3cxx)

__gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc > - Node.

#include <node.hpp>


typedef _Metadata metadata_type
typedef _Alloc::template rebind< this_type >::other::pointer node_pointer
typedef _Alloc::size_type size_type
typedef _Value value_type


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

struct __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >"Node.

Definition at line 50 of file left_child_next_sibling_heap_/node.hpp.

Definition at line 58 of file left_child_next_sibling_heap_/node.hpp.

Definition at line 60 of file left_child_next_sibling_heap_/node.hpp.

Definition at line 57 of file left_child_next_sibling_heap_/node.hpp.

Definition at line 56 of file left_child_next_sibling_heap_/node.hpp.

Definition at line 63 of file left_child_next_sibling_heap_/node.hpp.

template<typename _Value , typename _Metadata , typename _Alloc > node_pointer __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::m_p_l_child

Definition at line 64 of file left_child_next_sibling_heap_/node.hpp.

template<typename _Value , typename _Metadata , typename _Alloc > node_pointer __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::m_p_next_sibling

Definition at line 65 of file left_child_next_sibling_heap_/node.hpp.

template<typename _Value , typename _Metadata , typename _Alloc > node_pointer __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::m_p_prev_or_parent

Definition at line 66 of file left_child_next_sibling_heap_/node.hpp.

Definition at line 62 of file left_child_next_sibling_heap_/node.hpp.

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++