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

◆ drop() [1/3]

template<typename K , typename V , typename Hash = std::hash<K>>
trie halcheck::lib::trie< K, V, Hash >::drop ( const K & key) const
inline

Gets a specific subtree.

Parameters
keyThe key identifying the desired subtree.
Returns
The subtree identified by key.