Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
rxvalue_cast Function
Syntax
C++
template <typename ValueType> const ValueType * rxvalue_cast(const OdRxValue * value);

Const correct safe cast. Returns non-NULL only if ValueType is contained in this value. 

 

Parameters
Description
value
[in] Value which to cast a value type from.

Value type if ValueType is contained in the specified value. NULL otherwise.

File: RxValue.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.