System::Default yöntemi
System::Default() method
İstisna türünün tek varsayılan oluşturulmuş örneğine referansı döndürür.
template<typename T> std::enable_if<IsExceptionWrapper<T>::value, constT &>::type System::Default()
| Parametre | Açıklama |
|---|---|
| T | Örneği döndürülen tür |
Ayrıca Bakınız
- Namespace System
- Library Aspose.Font for C++
System::Default() method
İstisna olmayan türün tek varsayılan oluşturulmuş örneğine referansı döndürür.
template<typename T> std::enable_if<!IsExceptionWrapper<T>::value, constT &>::type System::Default()
| Parametre | Açıklama |
|---|---|
| T | Örneği döndürülen tür |
Ayrıca Bakınız
- Namespace System
- Library Aspose.Font for C++