System::ForceStaticCast méthode
System::ForceStaticCast method
Effectue un cast statique réel sur les objets SmartPtr.
template<typename TTo,typename TFrom> CastResult<TTo>::type System::ForceStaticCast(SmartPtr<TFrom> const &obj)
| Paramètre | Description |
|---|---|
| TTo | Type pointeur cible. |
| TFrom | Type pointeur source. |
| Paramètre | Type | Description |
|---|---|---|
| obj | SmartPtr<TFrom> const& | Pointeur source. |
ReturnValue
Résultat du cast si le cast est autorisé, sinon le comportement est indéfini.
Voir aussi
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++