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