Default()
System::Default() function
Returns the default-constructed instance of the specified type.
template<typename T> std::enable_if<IsExceptionWrapper<T>::value, constT &>::type System::Default()
Template parameters
Parameter | Description |
---|---|
T | The type whose instance is returned |
System::Default() function
Returns the default-constructed instance of the specified type.
template<typename T> std::enable_if<!IsExceptionWrapper<T>::value, constT &>::type System::Default()
Template parameters
Parameter | Description |
---|---|
T | The type whose instance is returned |
See Also
- Struct IsExceptionWrapper
- Namespace System
- Library Aspose.Slides