System::Default metodo
System::Default() method
Restituisce il riferimento all’unica istanza costruita con il costruttore predefinito 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 viene restituita |
Vedi anche
- Namespace System
- Library Aspose.Font for C++
System::Default() method
Restituisce il riferimento all’unica istanza costruita con il costruttore predefinito 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 viene restituita |
Vedi anche
- Namespace System
- Library Aspose.Font for C++