System::Object::FastCast method

Object::FastCast method

For internal purposes only.

virtual bool System::Object::FastCast(const Details::FastRttiBase &helper, void **out_ptr) const
ParameterTypeDescription
helperconst Details::FastRttiBase&FastRttiBase structure specialized with a desired type.
out_ptrvoid **A pointer to a desired type if conversion is available.

ReturnValue

True if a class supports FastRTTI operations.

See Also