Access the stored error value.
Declared in <util/expected.h>
Access the stored error value.
constexpr
E const&
error() const & noexcept;
» more...
Access the stored error value.
constexpr
E&
error() & noexcept;
» more...
Access the stored error value.
constexpr
E&&
error() && noexcept;
» more...