mrdocs::Expected::has_value
Return true when the Expected contains a value.
Synopsis
Declared in <mrdocs/Support/Expected.hpp>
[[nodiscard]]
constexpr
bool
has_value() const noexcept;
Return Value
true when the Expected contains a value.
|
The return value should not be discarded. |
Created with MrDocs