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