DOKK / manpages / debian 12 / libstdc++-11-doc / __gnu_pbds::detail::pat_trie_base__Head.3cxx.en
__gnu_pbds::detail::pat_trie_base::_Head< _ATraits, Metadata >(3cxx) __gnu_pbds::detail::pat_trie_base::_Head< _ATraits, Metadata >(3cxx)

__gnu_pbds::detail::pat_trie_base::_Head< _ATraits, Metadata > - Head node for PATRICIA tree.

#include <pat_trie_base.hpp>

Inherits __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >.


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 _Node_base< _ATraits, Metadata > base_type
typedef base_type::node_pointer node_pointer
typedef base_type::type_traits type_traits


node_pointer m_p_max
node_pointer m_p_min
node_pointer m_p_parent
const node_type m_type

struct __gnu_pbds::detail::pat_trie_base::_Head< _ATraits, Metadata >"Head node for PATRICIA tree.

Definition at line 131 of file pat_trie_base.hpp.

Definition at line 113 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > typedef detail::rebind_traits<_Alloc,_ATraits>::const_pointer __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >::a_const_pointer [inherited]

Definition at line 112 of file pat_trie_base.hpp.

Definition at line 100 of file pat_trie_base.hpp.

Definition at line 99 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > typedef _Node_base<_ATraits, Metadata> __gnu_pbds::detail::pat_trie_base::_Head< _ATraits, Metadata >::base_type

Definition at line 134 of file pat_trie_base.hpp.

Definition at line 136 of file pat_trie_base.hpp.

Definition at line 135 of file pat_trie_base.hpp.

Definition at line 141 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > node_pointer __gnu_pbds::detail::pat_trie_base::_Head< _ATraits, Metadata >::m_p_max

Definition at line 139 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > node_pointer __gnu_pbds::detail::pat_trie_base::_Head< _ATraits, Metadata >::m_p_min

Definition at line 138 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > node_pointer __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >::m_p_parent [inherited]

Definition at line 105 of file pat_trie_base.hpp.

Definition at line 106 of file pat_trie_base.hpp.

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

Thu Feb 16 2023 libstdc++