halcheck 1.0
Loading...
Searching...
No Matches

◆ 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
keyThe key indicating which child to retrieve.
Returns
An iterator to the desired child. If such a child does not exist, returns a default iterator.