Returns true if the provided LogicalResult corresponds to a failure value.

Synopsis

Declared in <llvm/Support/LogicalResult.h>

constexpr
bool
failed() const;

Return Value

True if this is a failure result; false if success.

Created with MrDocs