BloombergLP::ball::HierarchicalCategorySetting::operator=

Assignment operators

Synopses

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...

Return Value

a reference providing modifiable access to this object

Parameters

NameDescription
rhssetting to assign from