System::Cast_noexcept method
System::Cast_noexcept method
Effectue un cast sur les objets SmartPtr.
template<typename TTo,typename TFrom> std::enable_if<!IsExceptionWrapper<TTo>::value, typenameCastResult<TTo>::type>::type System::Cast_noexcept(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
Résultat du cast si le cast est autorisé, sinon nullptr.
Voir aussi
- Class SmartPtr
- Namespace System
- Library Aspose.Font for C++