Assignment operators
Declared in <ball_hierarchicalcategorysetting.h>
Assign to this object the value of the specified rhs object, and return a reference providing modifiable access to this object.
HierarchicalCategorySetting&
operator=(HierarchicalCategorySetting const& rhs);
» more...
Assign to this object the value of the specified rhs object.
HierarchicalCategorySetting&
operator=(bslmf::MovableRef<HierarchicalCategorySetting> rhs);
» more...
a reference providing modifiable access to this object
| Name | Description |
|---|---|
| rhs | setting to assign from |