mrdocs::Expected::operator bool

Return true when the Expected contains a value.

Synopsis

[[nodiscard]]
constexpr
explicit
operator bool() const noexcept;

Return Value

true when the Expected contains a value.

Created with MrDocs