Test whether a result value is held.
Synopsis
Declared in <util/expected.h>
constexpr
bool
has_value() const noexcept;
Return Value
true if a result value is stored, false if an error is stored.
Created with MrDocs
Test whether a result value is held.
Declared in <util/expected.h>
constexpr
bool
has_value() const noexcept;
true if a result value is stored, false if an error is stored.
Created with MrDocs