__gnu_pbds::detail::pat_trie_base -
Inherited by __gnu_pbds::detail::pat_trie_map< Key, Mapped, Node_And_It_Traits, _Alloc >.
class _CIter
struct _Head
struct _Inode
class _Iter
struct _Leaf
struct _Metadata
struct _Metadata< null_type, _Alloc >
struct _Node_base
class _Node_citer
class _Node_iter
enum node_type { i_node, leaf_node, head_node }
Base type for PATRICIA trees.
Definition at line 51 of file pat_trie_base.hpp.
Three types of nodes. i_node is used by _Inode, leaf_node by _Leaf, and head_node by _Head.
Definition at line 58 of file pat_trie_base.hpp.
Generated automatically by Doxygen for libstdc++ from the source code.