Freigeben über


make_exception_ptr-Funktion

Syntax

template<class _E>
exception_ptr make_exception_ptr(_E _Except);

Parameter

_E
Ausnahmetyp.

_Außer
Ausnahmewert.

Rückgabewert

Anforderungen

Kopfzeile: ppltasks.h

Namespace: std

Siehe auch

std-Namespace