Share

AcRxValue::AcRxValue (AcRxValue&) Constructor

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.

Links

AcRxValue Class

Was this information helpful?