basic_outcome(P &&)
Implicit exception_type
constructor. Calls void on_outcome_construction(T *, U &&) noexcept
with this
and P
.
Requires: predicate::enable_exception_converting_constructor<P>
is true.
Complexity: Same as for exception_type
’s copy or move constructor. Constexpr, triviality and noexcept of underlying operations is propagated.