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()
| Parameter | Açıklama |
|---|---|
| T | Örneği döndürülen tür |
Ayrıca Bakınız
- Namespace System
- Library Aspose.Page 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()
| Parameter | Açıklama |
|---|---|
| T | Örneği döndürülen tür |
Ayrıca Bakınız
- Namespace System
- Library Aspose.Page for C++