C++
AcRxValue( const AcRxValue& rhs );
Description
Copy constructor. Instantiates an object initialized to the same content as the input object.
Parameters
Parameters | Description |
---|---|
rhs | Another AcRxValue object. |
AcRxValue( const AcRxValue& rhs );
Copy constructor. Instantiates an object initialized to the same content as the input object.
Parameters | Description |
---|---|
rhs | Another AcRxValue object. |