System.Rtti._TValueHelper
C++
struct _TValueHelper
{
static TValue From(const T Value)
{
TValue result = TValue::Empty;
TValue::Make(_DATA::get(Value), _RTTI::get(), result);
return result;
}
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | SystemRtti.h | System.Rtti | System.Rtti |
Description
Embarcadero Technologies does not currently have any additional information.