Check that this Expected<T> is an error of type ErrT.
Synopsis
Declared in <llvm/Support/Error.h>
template<typename ErrT>
bool
errorIsA() const;
Return Value
True if this Expected holds an error of type ErrT.
Created with MrDocs