Méthode System::static_pointer_cast
System::static_pointer_cast method
Convertit les pointeurs intelligents en utilisant static_cast.
template<class Y,class X> SmartPtr<Y> System::static_pointer_cast(SmartPtr<X> const &x)
| Paramètre | Description |
|---|---|
| X | Type de l’objet pointé par le pointeur source. |
| Y | Type de pointeur cible pointé. |
| Paramètre | Type | Description |
|---|---|---|
| x | SmartPtr<X> const& | Pointeur source. |
ReturnValue
Pointeur après conversion.
Voir aussi
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++