Create a node by moving from the specified original object.

Synopsis

Declared in <ball_categorymanager_radixtree.h>

CategoryManager_RadixTree_Node(bslmf::MovableRef<CategoryManager_RadixTree_Node> original) noexcept;

Description

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.

Parameters

Name

Description

original

node to move from

Created with MrDocs