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

Author

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

                                                    libstd__gnu_pbds::detail::pa...e<_ATraits,Metadata>(3cxx)

Detailed Description

template<typename_ATraits,typenameMetadata>
       struct __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >"Node base.

Name

       __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata > - Node base.

Synopsis

       #include <pat_trie_base.hpp>

       Inherits Metadata.

       Inherited by __gnu_pbds::detail::pat_trie_base::_Head<_ATraits,Metadata>,
       __gnu_pbds::detail::pat_trie_base::_Inode<_ATraits,Metadata>, and
       __gnu_pbds::detail::pat_trie_base::_Leaf<_ATraits,Metadata>.

   PublicTypes
       typedef _ATraits::const_iterator a_const_iterator
       typedef detail::rebind_traits< _Alloc, _ATraits >::const_pointer a_const_pointer
       typedef _ATraits access_traits
       typedef _Alloc allocator_type
       typedef detail::rebind_traits< _Alloc, _Node_base >::pointer node_pointer
       typedef _ATraits::type_traits type_traitsPublicMemberFunctions_Node_base (node_type type)

   PublicAttributes
       node_pointer m_p_parent
       const node_typem_type

See Also