Prev Up HomeNext

basic_outcome(R &&)

Implicit value_type constructor. Calls void hook_outcome_construction(T *, U &&) noexcept with this and R.

Requires: predicate::enable_value_converting_constructor<R> is true.

Complexity: Same as for value_type’s copy or move constructor. Constexpr, triviality and noexcept of underlying operations is propagated.

Last revised: January 31, 2019 at 01:07:35 UTC


Prev Up HomeNext