System::Object::FastCast method
Object::FastCast method
Solo per scopi interni.
virtual bool System::Object::FastCast(const Details::FastRttiBase &helper, void **out_ptr) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| assistente | const Details::FastRttiBase& | Struttura FastRttiBase specializzata con un tipo desiderato. |
| out_ptr | void ** | Un puntatore a un tipo desiderato se la conversione è disponibile. |
ReturnValue
Vero se una classe supporta le operazioni FastRTTI.
Vedi anche
- Class Object
- Namespace System
- Library Aspose.Page for C++