API Reference > OdRx Classes > OdRxValueTypePOD Template
OdRxValueTypePOD Template
OdRxValueTypePODOdRxValueTypePODOdRxValueTypePODOdRxValueTypePODOdRxValueTypePODOdRxValueTypePODOdRxValueTypePOD
Syntax
C++
template <typename ValueType> class OdRxValueTypePOD : public OdRxValueType;

RxValueTypeUtil.h

Represents 'plain old data' type, which can be copied with memcpy, w/o calling a constructor. May be inline or non-inline, depending on size (inline if fits in 24 bytes). 

 

 
Name 
Description 
 
Constructor for objects of the OdRxValueTypePOD class. Creates an instance that represents a POD type.
 
 
Name 
Description 
 
Create a new wrapped value of this type. 
 
Compares two values of the underlying C++ type.
 
 
Convert value to string.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.