Create a node with the specified prefix and no value.
Declared in <ball_categorymanager_radixtree.h>
explicit
CategoryManager_RadixTree_Node(
std::string_view const& prefix,
allocator_type const& allocator = allocator_type());
Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.
| Name | Description |
|---|---|
| prefix | prefix string stored in this node |
| allocator | allocator used to supply memory |