llvm::ErrorAsOutParameter::ErrorAsOutParameter

Mark out-parameter Err as checked for this object's lifetime.

Synopsis

Declared in <llvm/Support/Error.h>

ErrorAsOutParameter(Error& Err);

Parameters

NameDescription
ErrError out-parameter to mark checked.