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: OUTCOME_V2_NAMESPACE::policy

Header: <outcome/std_result.hpp>