[#BloombergLP-ball-CategoryManager_RadixTree_Node-2constructor-03] = 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 by moving (in amortized constant time) the contents of `original` to the newly‐created object. The allocator associated with `original` is propagated for use in the newly‐created object. `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) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#