BoxedValueType()

TypeInfo::BoxedValueType() method

Provides unique TypeInfo structure for BoxedValue type to be shared by multiple Boxed* classes.

template<class T> static const TypeInfo & System::TypeInfo::BoxedValueType()

Template parameters

ParameterDescription
TType to hold TypeInfo structure for.

Return Value

TypeInfo structure which is unique per class.

See Also