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