mrdocs::ParseResult::operator bool
Return true if parsing succeeded.
Synopsis
Declared in <mrdocs/Support/String/Parse.hpp>
constexpr
explicit
operator bool() const noexcept;
Return Value
true when ec is not a failure.
Created with MrDocs