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

◆ drop() [2/3]

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

Gets a specific subtree.

Template Parameters
RThe type of range holding a sequence of keys.
Parameters
rangeA sequence of keys.
Returns
The subtree identified by range.