Create a hierarchical category setting by moving from original.
Synopsis
Declared in <ball_hierarchicalcategorysetting.h>
HierarchicalCategorySetting(bslmf::MovableRef<HierarchicalCategorySetting> original) noexcept;
Description
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.
Parameters
Name |
Description |
original |
setting to move from |
Created with MrDocs