FastCast()

Object::FastCast(const Details::FastRttiBase&, void **) const method

For internal purposes only.

virtual bool System::Object::FastCast(const Details::FastRttiBase &helper, void **out_ptr) const

Arguments

ParameterTypeDescription
helperconst Details::FastRttiBase&FastRttiBase structure specialized with a desired type.
out_ptrvoid **A pointer to a desired type if conversion is available.

Return Value

True if a class supports FastRTTI operations.

See Also