Create a node having the same value as the specified original object.
Synopsis
Declared in <ball_categorymanager_radixtree.h>
CategoryManager_RadixTree_Node(
CategoryManager_RadixTree_Node const& original,
allocator_type const& allocator);
Description
Use the specified allocator to supply memory for this new object.
Parameters
Name |
Description |
original |
node to copy |
allocator |
allocator used to supply memory |
Created with MrDocs