System::Default method

System::Default() method

Returns the default-constructed instance of the specified type.

template<typename T> std::enable_if<IsExceptionWrapper<T>::value, constT &>::type System::Default()
ParameterDescription
TThe type whose instance is returned

See Also

System::Default() method

Returns the default-constructed instance of the specified type.

template<typename T> std::enable_if<!IsExceptionWrapper<T>::value, constT &>::type System::Default()
ParameterDescription
TThe type whose instance is returned

See Also