Create a hierarchical category setting by moving from original.
Declared in <ball_hierarchicalcategorysetting.h>
HierarchicalCategorySetting(bslmf::MovableRef<HierarchicalCategorySetting> original) noexcept;
Create a hierarchical category setting object having the same value as the specified original object, and adopting all outstanding memory allocations and the allocator associated with the original object. original is left in a valid but unspecified state.
| Name | Description |
|---|---|
| original | setting to move from |