prefix overloads
Synopses
Declared in <ball_categorymanager_radixtree.h>
Return a modifiable reference to the prefix string of this node.
bsl::string&
prefix();
Return a reference providing non‐modifiable access to the prefix string of this node.
bsl::string const&
prefix() const;
Return Value
-
modifiable reference to the prefix string
-
non‐modifiable reference to the prefix string
Created with MrDocs