Discard()
System::Discard(T&&) function
Returns the default-constructed temporary instance of the specified type, which can be placed instead of discarding ‘_’ argument.
template<typename T> T & System::Discard(T &&initial=Details::DefaultValue<T>())
Template parameters
Parameter | Description |
---|---|
T | The type whose instance is returned. |
See Also
- Namespace System
- Library Aspose.Slides