Access the stored error value.
Synopsis
Declared in <util/expected.h>
constexpr
E&
error() & noexcept;
Return Value
A reference to the stored error.
Created with MrDocs
Access the stored error value.
Declared in <util/expected.h>
constexpr
E&
error() & noexcept;
A reference to the stored error.
Created with MrDocs