AcRxValue::AcRxValue(AcRxValue&) Constructor   

C++
AcRxValue(
    const AcRxValue& rhs
);
Parameters
Parameters 
Description 
rhs 
Another AcRxValue object.  
Description

Copy constructor. Instantiates an object initialized to the same content as the input object.

Links