mrdocs::Expected::operator bool
Return true when the Expected contains a value.
Synopsis
Declared in <mrdocs/Support/Expected.hpp>
[[nodiscard]]
constexpr
explicit
operator bool() const noexcept;
Return Value
true when the Expected contains a value.
Created with MrDocs