class ErrorHandlerTraits

Declaration

template <typename HandlerT>
class ErrorHandlerTraits { /* full declaration omitted */ };

Description

Helper for testing applicability of, and applying, handlers for ErrorInfo types.

Declared at: llvm/include/llvm/Support/Error.h:782

Templates

HandlerT