static void on_outcome_construction(T *, U &&) noexcept
One of the constructor hooks for basic_outcome<T, EC, EP, NoValuePolicy>
, generally invoked by the implicit constructors of basic_outcome
. See each constructor’s documentation to see which specific hook it invokes.
Requires: Always available.
Guarantees: Never throws an exception.