Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Select::= Operator (const Select &)
Syntax
C++
Select& operator =(const Select & other);

The assignment operator for the Select value.

Parameters
Description
other
[in] Another value (right-hand operand of the assignment operation).

A reference to the Select value after the assignment operation is done.

The operator makes a deep copy of underlying data of the right-hand operand and assigns it to this Select value.

Copyright © 2002-2022. Open Design Alliance All rights reserved.