Provided by: libstdc++-11-doc_11.5.0-1ubuntu1~24.04_all 

__gnu_pbds::detail::pat...d< _ATraits, Metadata >(3cxx) __gnu_pbds::detail::pat...d< _ATraits, Metadata >(3cxx)
NAME
__gnu_pbds::detail::pat_trie_base::_Head< _ATraits, Metadata > - Head node for PATRICIA tree.
SYNOPSIS
#include <pat_trie_base.hpp>
Inherits __gnu_pbds::detail::pat_trie_base::_Node_base< _ATraits, Metadata >.
Public Types
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
Public Attributes
node_pointer m_p_max
node_pointer m_p_min
node_pointer m_p_parent
const node_type m_type
Detailed Description
template<typename _ATraits, typename Metadata>
struct __gnu_pbds::detail::pat_trie_base::_Head< _ATraits, Metadata >"Head node for PATRICIA tree.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libst__gnu_pbds::detail::pat...d< _ATraits, Metadata >(3cxx)