System::Object::FastCast method
Object::FastCast method
For internal purposes only.
virtual bool System::Object::FastCast(const Details::FastRttiBase &helper, void **out_ptr) const
Parameter | Type | Description |
---|---|---|
helper | const Details::FastRttiBase& | FastRttiBase structure specialized with a desired type. |
out_ptr | void ** | A pointer to a desired type if conversion is available. |
ReturnValue
True if a class supports FastRTTI operations.
See Also
- Class Object
- Namespace System
- Library Aspose.PUB for C++