halcheck
1.0
Loading...
Searching...
No Matches
halcheck
lib
trie
begin
drop
drop
drop
empty
end
find
operator*
operator[]
set
set
size
trie
trie
trie
◆
operator[]()
template<typename K , typename V , typename Hash = std::hash<K>>
template<typename R >
const V &
halcheck::lib::trie
< K, V, Hash >::operator[]
(
const R &
range
)
const
inline
Gets the value associated with a specific node.
Template Parameters
R
The type of range holding a sequence of lookup keys.
Parameters
range
A sequence of keys to look up.
Returns
The value located at the node identified
range
.
Generated by
1.12.0