Navigation :
auto as_failure() const &
Return the output from free function auto failure(T &&, ...)
containing a copy of any errored state. The error state is accessed using const error_type &assume_error() const & noexcept
.
Requires: Always available.
Complexity: Whatever that of error_type
’s copy constructor is.
Guarantees: None.