Assign to this object the value of the specified rhs object.
Declared in <ball_hierarchicalcategorysetting.h>
HierarchicalCategorySetting&
operator=(bslmf::MovableRef<HierarchicalCategorySetting> rhs);
Return a reference providing modifiable access to this object. The settings of rhs are moved to this object, and all outstanding memory allocations and the allocator associated with rhs are adopted if get_allocator() == rhs.get_allocator(). rhs is left in a valid but unspecified state.
a reference providing modifiable access to this object
| Name | Description |
|---|---|
| rhs | setting to move-assign from |