API Reference > OdRx Classes > OdRxValue Class > OdRxValue Constructor
OdRxValue Constructor

This is the overview for the OdRxValue constructor overload.

 
Name 
Description 
 
Default constructor for objects of the OdRxValue class. 
 
Copy constructor for objects of the OdRxValue class. Clones an existing instance of the OdRxValue class.
 
 
Constructor for objects of the OdRxValue class. Creates an OdRxValue object with the specified type and value. Source value should be compatible with the target type, e.g. enumeration can be constructed from integer (like reinterpret_cast<> for underlying C++ type).
 
 
This constructor can be used for blittable (POD) types. For non-blittable types specialization should be declared.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.