DOKK / manpages / debian 11 / libstdc++-9-doc / __gnu_pbds::detail::rb_tree_node_.3cxx.en
__gnu_pbds::detail::rb_tree_node_< Value_Type, Metadata, _Alloc >(3cxx) __gnu_pbds::detail::rb_tree_node_< Value_Type, Metadata, _Alloc >(3cxx)

__gnu_pbds::detail::rb_tree_node_< Value_Type, Metadata, _Alloc > - Node for Red-Black trees.


typedef _Alloc::template rebind< metadata_type >::other::const_reference metadata_const_reference
typedef _Alloc::template rebind< metadata_type >::other::reference metadata_reference
typedef Metadata metadata_type
typedef _Alloc::template rebind< rb_tree_node_< Value_Type, Metadata, _Alloc > >::other::pointer node_pointer
typedef Value_Type value_type


metadata_reference get_metadata ()
metadata_const_reference get_metadata () const
bool special () const


metadata_type m_metadata
node_pointer m_p_left
node_pointer m_p_parent
node_pointer m_p_right
bool m_red
value_type m_value

struct __gnu_pbds::detail::rb_tree_node_< Value_Type, Metadata, _Alloc >" Node for Red-Black trees.

Definition at line 52 of file rb_tree_map_/node.hpp.

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

Sun Feb 7 2021 libstdc++