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::left_child_next_sibling_heap_node_.3cxx

Author

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

                                                    libstd__gnu_pbds::detail::le...ue,_Metadata,_Alloc>(3cxx)

Detailed Description

template<typename_Value,typename_Metadata,typename_Alloc>
       struct __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >"Node.

Name

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

Synopsis

       #include <node.hpp>

   PublicTypes
       typedef _Metadata metadata_type
       typedef rebind_traits< _Alloc, this_type >::pointer node_pointer
       typedef _Alloc::size_type size_type
       typedef _Value value_typePublicAttributes
       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

See Also