__gnu_pbds::trie_prefix_search_node_update node_citr, node_itr, _atraits, _alloc -
Inherits __gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc >.
typedef
access_traits::const_iterator a_const_iterator"
typedef _ATraits access_traits
typedef _Alloc allocator_type
typedef
node_const_iterator::value_type const_iterator"
typedef node_iterator::value_type iterator
typedef
base_type::key_const_reference key_const_reference"
typedef base_type::key_type key_type
typedef null_type metadata_type
typedef Node_CItr node_const_iterator
typedef Node_Itr node_iterator
typedef allocator_type::size_type size_type
std::pair< const_iterator,
const_iterator > prefix_range (key_const_reference) const "
std::pair< iterator, iterator > prefix_range (key_const_reference)
std::pair< const_iterator,
const_iterator > prefix_range (a_const_iterator, a_const_iterator) const "
std::pair< iterator, iterator > prefix_range (a_const_iterator, a_const_iterator)
void operator() (node_iterator node_it, node_const_iterator end_nd_it) const
typedef rebind_v::const_pointer const_pointer
typedef rebind_v::const_reference const_reference
typedef Node_Itr::value_type it_type
typedef remove_const< key_type >
::type rckey_type"
typedef remove_const
< value_type >::type rcvalue_type"
typedef _Alloc::template
rebind< rckey_type >::other rebind_k"
typedef _Alloc::template
rebind< rcvalue_type >::other rebind_v"
typedef rebind_v::reference reference
typedef std::iterator_traits
< it_type >::value_type value_type"
it_type end_iterator () const
static size_type common_prefix_len (node_iterator, e_const_iterator, e_const_iterator, const access_traits &)
static key_const_reference extract_key (const_reference r_val)
static iterator leftmost_it (node_iterator)
static bool less (e_const_iterator, e_const_iterator, e_const_iterator, e_const_iterator, const access_traits &)
static iterator rightmost_it (node_iterator)
A node updator that allows tries to be searched for the range of values that match a certain prefix.
Definition at line 155 of file trie_policy.hpp.
Const element iterator.
Definition at line 168 of file trie_policy.hpp.
Element access traits.
Definition at line 165 of file trie_policy.hpp.
_Alloc type.
Definition at line 171 of file trie_policy.hpp.
Size type.
Definition at line 174 of file trie_policy.hpp.
Called to update a node's metadata.
Definition at line 139 of file trie_policy.hpp.
Finds the const iterator range corresponding to all values whose prefixes match r_key.
Definition at line 47 of file trie_policy.hpp.
Finds the iterator range corresponding to all values whose prefixes match r_key.
Definition at line 58 of file trie_policy.hpp.
Finds the const iterator range corresponding to all values whose prefixes match [b, e).
Definition at line 69 of file trie_policy.hpp.
Finds the iterator range corresponding to all values whose prefixes match [b, e).
Definition at line 84 of file trie_policy.hpp.
Generated automatically by Doxygen for libstdc++ from the source code.