mrdocs::Expected::has_value

Return true when the Expected contains a value.

Synopsis

[[nodiscard]]
constexpr
bool
has_value() const noexcept;

Return Value

true when the Expected contains a value.

Created with MrDocs