ErrorHandlerTraits< void(&)(ErrT &)> Class Template Reference (original) (raw)
#include "[llvm/Support/Error.h](llvm%5F2Support%5F2Error%5F8h%5Fsource.html)"
Inheritance diagram for llvm::ErrorHandlerTraits< void(&)(ErrT &)>:
[legend]
| Static Public Member Functions | |
|---|---|
| static bool | appliesTo (const ErrorInfoBase &E) |
| template | |
| static Error | apply (HandlerT &&H, std::unique_ptr< ErrorInfoBase > E) |
Detailed Description
template
class llvm::ErrorHandlerTraits< void(&)(ErrT &)>
Definition at line 867 of file Error.h.
Member Function Documentation
◆ appliesTo()
template
| bool llvm::ErrorHandlerTraits< void(&)(ErrT &)>::appliesTo ( const ErrorInfoBase & E) | inlinestatic |
|---|
Definition at line 869 of file Error.h.
References E().
Referenced by apply().
◆ apply()
template
template
| Error llvm::ErrorHandlerTraits< void(&)(ErrT &)>::apply ( HandlerT && H, std::unique_ptr< ErrorInfoBase > E ) | inlinestatic |
|---|
Definition at line 874 of file Error.h.
References appliesTo(), assert(), E(), H, and llvm::Error::success().
The documentation for this class was generated from the following file:
- include/llvm/Support/Error.h