BloombergLP::ball::CategoryManager_RadixTree::find

find overloads

Synopses

Declared in <ball_categorymanager_radixtree.h>

Return a modifiable reference to the value for key, if present.

CategoryManager_RadixTree<t_VALUE>::OptValueRef
find(std::string_view const& key);
» more...

Return a non-modifiable reference to the value for key, if present.

CategoryManager_RadixTree<t_VALUE>::OptValueCRef
find(std::string_view const& key) const;
» more...

Return Value

optional reference to the value, or empty if not found

Parameters

NameDescription
keykey to look up