1+++
2title = "`basic_outcome(const failure_type<EP> &)`"
3description = "Implicit exception-from-failure-type-sugar copy constructor. Available if `predicate::enable_compatible_conversion<void, void, EP, void>` is true. Constexpr, triviality and noexcept propagating."
4categories = ["constructors", "implicit-constructors", "tagged-constructors"]
5weight = 534
6+++
7
8Implicit exception-from-failure-type-sugar copy constructor used to disambiguate the construction of the exception type.
9Calls {{% api "void hook_outcome_copy_construction(T *, U &&) noexcept" %}} with `this` and `const failure_type<EP> &`.
10
11*Requires*: `predicate::enable_compatible_conversion<void, void, EP, void>` is true.
12
13*Complexity*: Same as for the `exception_type` constructor which accepts `EP`. Constexpr, triviality and noexcept of underlying operations is propagated.