Remove all children of the entry matching the specified prefix, but not the entry with the prefix itself. If unused (no value, no children) nodes remain remove those, too. If no entry exists for prefix remove nothing. Return the number of entries removed.
Synopsis
Declared in <ball_categorymanager_radixtree.h>
CategoryManager_RadixTree<t_VALUE>::size_type
eraseChildrenOfPrefix(std::string_view const& prefix);
Created with MrDocs