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
◆
find()
template<typename K , typename V , typename Hash = std::hash<K>>
iterator
halcheck::lib::trie
< K, V, Hash >::find
(
const K &
key
)
const
inline
Gets an iterator to the child indicated by the given key.
Parameters
key
The key indicating which child to retrieve.
Returns
An iterator to the desired child. If such a child does not exist, returns a default iterator.
Generated by
1.12.0