System::Object::FastCast 方法

Object::FastCast method

仅供内部使用。

virtual bool System::Object::FastCast(const Details::FastRttiBase &helper, void **out_ptr) const
参数类型描述
helperconst Details::FastRttiBase&FastRttiBase 结构体已针对所需类型进行特化。
out_ptrvoid **如果可用转换,则指向所需类型的指针。

ReturnValue

如果类支持 FastRTTI 操作,则为 True。

另见