![]() |
![]()
| ![]() |
![]()
NAMEstd::make_exception_ptr - std::make_exception_ptr Synopsis Defined in header <exception>
Parameters(none) Return value An instance of std::exception_ptr holding a reference to the copy
of e, or to an
NotesThe parameter is passed by value and is subject to slicing. See also current_exception captures the current exception in a
std::exception_ptr
|