[#BloombergLP-ball-CategoryManager_RadixTree_Node-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/CategoryManager_RadixTree_Node.adoc[CategoryManager_RadixTree_Node]::CategoryManager_RadixTree_Node :relfileprefix: ../../../ :mrdocs: Create a `CategoryManager_RadixTree_Node` object having the same value as the specified `original` object, and use the specified `allocator` to supply memory for this new object. The contents of `original` are moved (in amortized constant time) to the newly‐created object if `allocator == original.get_allocator()`, and are move‐inserted (in linear time) using `allocator` otherwise. `original` is left in a valid but unspecified state. == Synopsis Declared in `<ball_categorymanager_radixtree.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CategoryManager_RadixTree_Node( xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<CategoryManager_RadixTree_Node>] original, xref:BloombergLP/ball/CategoryManager_RadixTree_Node/allocator_type.adoc[allocator_type] const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#