Return a modifiable reference to the prefix string of this node.
Synopsis
Declared in <ball_categorymanager_radixtree.h>
bsl::string&
prefix();
Description
Note that only a part of the prefix is stored in a node; the full key is obtained by concatenating the prefixes of all nodes.
Return Value
modifiable reference to the prefix string
Created with MrDocs