[#BloombergLP-ball-HierarchicalCategorySetting-2constructor-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/HierarchicalCategorySetting.adoc[HierarchicalCategorySetting]::HierarchicalCategorySetting :relfileprefix: ../../../ :mrdocs: Create a hierarchical category setting object having the same value as the specified `original` object. The value of `original` is moved to the new object, and all outstanding memory allocations and the specified `allocator` are adopted if `allocator == original.get_allocator()`. `original` is left in a valid but unspecified state. == Synopsis Declared in `<ball_hierarchicalcategorysetting.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- HierarchicalCategorySetting( xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<HierarchicalCategorySetting>] original, xref:BloombergLP/ball/HierarchicalCategorySetting/allocator_type.adoc[allocator_type] const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#