Home
last modified time | relevance | path

Searched defs:pat_trie_internal_node (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dinternal_node.hpp76 struct pat_trie_internal_node : public PB_DS_BASE_C_DEC struct
79 typedef PB_DS_BASE_C_DEC base_type;
80 typedef Type_Traits type_traits;
81 typedef typename type_traits::value_type value_type;
82 typedef typename Allocator::size_type size_type;
84 typedef E_Access_Traits e_access_traits;
85 typedef typename e_access_traits::const_iterator const_e_iterator;
86 typedef typename Allocator::template rebind<e_access_traits>::other access_rebind;
87 typedef typename access_rebind::const_pointer const_e_access_traits_pointer;
89 typedef typename Allocator::template rebind<base_type>::other base_rebind;
[all …]