Create a tree by moving from the specified original object.
Declared in <ball_categorymanager_radixtree.h>
CategoryManager_RadixTree(bslmf::MovableRef<CategoryManager_RadixTree> original) noexcept;
Create a CategoryManager_RadixTree 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.
| Name | Description |
|---|---|
| original | tree to move from |