Return true if this tree contains an entry for the specified key, and false otherwise.
Declared in <ball_categorymanager_radixtree.h>
bool
contains(std::string_view const& key) const;
true if an entry for key exists, and false otherwise
| Name | Description |
|---|---|
| key | key to look up |