Méthode System::Cast_noexcept
System::Cast_noexcept method
Effectue un transtypage 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 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é ou nullptr sinon.
Voir aussi
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++