[#BloombergLP-ball-CategoryManager_RadixTree-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/CategoryManager_RadixTree.adoc[CategoryManager_RadixTree]::CategoryManager_RadixTree :relfileprefix: ../../../ :mrdocs: Create a `CategoryManager_RadixTree` having the same value as the specified `original` object that uses the specified `allocator` to supply memory. 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( xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<CategoryManager_RadixTree>] original, xref:BloombergLP/ball/CategoryManager_RadixTree/allocator_type.adoc[allocator_type] const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#