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