find overloads
Declared in <ball_categorymanager_radixtree.h>
Return an optional containing a reference to the modifiable value associated with the specified key, or an empty optional if the key is not found. The returned reference remains valid until the tree is modified.
CategoryManager_RadixTree<t_VALUE>::OptValueRef
find(std::string_view const& key);
» more...
Return an optional containing a reference to the non-modifiable value associated with the specified key, or an empty optional if the key is not found. The returned reference remains valid until the tree is modified.
CategoryManager_RadixTree<t_VALUE>::OptValueCRef
find(std::string_view const& key) const;
» more...