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

◆ 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
RThe type of range holding a sequence of lookup keys.
Parameters
rangeA sequence of keys to look up.
Returns
The value located at the node identified range.