System::SmartPtr::static_pointer_cast metodo
SmartPtr::static_pointer_cast method
Esegue il cast del puntatore a un tipo diverso usando static_cast sull’oggetto puntato.
template<class Y> SmartPtr<Y> System::SmartPtr<T>::static_pointer_cast() const
| Parametro | Descrizione |
|---|---|
| Y | Tipo di destinazione dell’oggetto puntato. |
ReturnValue
Puntatore di tipo modificato che è sempre in modalità condivisa.
Vedi anche
- Class SmartPtr
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++