API Reference > OdDAI Namespace > Classes > Select Class > Select Operators > Select::= Operator
Select::= Operator
Syntax
C++
Select& operator =(const Select & other);
Parameters 
Description 
const Select & other 
[in] Another value (right-hand operand of the assignment operation).  

Returns a reference to the "Select" value after the assignment operation is done.

The assignment operator for the "Select" value.

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

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.