logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_pbds::detail::rb_tree_node_.3cxx

Author

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

                                                    libstd__gnu_pbds::detail::rb...ype,Metadata,_Alloc>(3cxx)

Detailed Description

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

Name

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

Synopsis

       #include <node.hpp>

   PublicTypes
       typedef rebind_traits< _Alloc, metadata_type >::const_reference metadata_const_reference
       typedef rebind_traits< _Alloc, metadata_type >::reference metadata_reference
       typedef Metadata metadata_type
       typedef rebind_traits< _Alloc, rb_tree_node_ >::pointer node_pointer
       typedef Value_Type value_typePublicMemberFunctions
       metadata_reference get_metadata ()
       metadata_const_reference get_metadata () const
       bool special () const

   PublicAttributes
       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

See Also