LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::ErrorHandlerTraits< Error(&)(ErrT &)> Class Template Reference

#include <Error.h>

Static Public Member Functions

static bool appliesTo (const ErrorInfoBase &E)
 
template<typename HandlerT >
static Error apply (HandlerT &&H, std::unique_ptr< ErrorInfoBase > E)
 

Detailed Description

template<typename ErrT>
class llvm::ErrorHandlerTraits< Error(&)(ErrT &)>

Definition at line 404 of file Support/Error.h.

Member Function Documentation

template<typename ErrT >
static bool llvm::ErrorHandlerTraits< Error(&)(ErrT &)>::appliesTo ( const ErrorInfoBase E)
inlinestatic

Definition at line 406 of file Support/Error.h.

template<typename ErrT >
template<typename HandlerT >
static Error llvm::ErrorHandlerTraits< Error(&)(ErrT &)>::apply ( HandlerT &&  H,
std::unique_ptr< ErrorInfoBase E 
)
inlinestatic

Definition at line 411 of file Support/Error.h.

References assert(), and H.


The documentation for this class was generated from the following file: