Metodo System::Default
System::Default() method
Restituisce il riferimento all’unica istanza costruita di default del tipo di eccezione.
template<typename T> std::enable_if<IsExceptionWrapper<T>::value, constT &>::type System::Default()
| Parametro | Descrizione |
|---|---|
| T | Il tipo la cui istanza è restituita |
Vedi anche
- Namespace System
- Library Aspose.Page for C++
System::Default() method
Restituisce il riferimento all’unica istanza costruita di default del tipo non eccezione.
template<typename T> std::enable_if<!IsExceptionWrapper<T>::value, constT &>::type System::Default()
| Parametro | Descrizione |
|---|---|
| T | Il tipo la cui istanza è restituita |
Vedi anche
- Namespace System
- Library Aspose.Page for C++