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