Remove from this tree the entry with the specified key. Return true if the entry was removed (key existed), and false otherwise.
Declared in <ball_categorymanager_radixtree.h>
bool
erase(std::string_view const& key);
true if the entry was removed, and false otherwise
| Name | Description |
|---|---|
| key | key of the entry to remove |