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

◆ operator*()

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

Gets the value associated with the root node of this trie.

Returns
A reference to the value associated with the root node.