Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
Prev Up HomeNext

decltype(auto) exception_ptr(T &&)

Extracts a boost::exception_ptr or std::exception_ptr from the input via ADL discovery of a suitable make_exception_ptr(T) function.

Overridable: Argument dependent lookup.

Requires: Always available.

Namespace: BOOST_OUTCOME_V2_NAMESPACE::policy

Header: <boost/outcome/std_result.hpp>

Last revised: January 23, 2019 at 01:27:31 UTC


Prev Up HomeNext