Assign to this object the value of the specified rhs object.

Synopsis

Declared in <ball_hierarchicalcategorysetting.h>

Description

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.

Return Value

a reference providing modifiable access to this object

Parameters

Name

Description

rhs

setting to move‐assign from

Created with MrDocs