LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::ErrorHandlerTraits< void(&)(std::unique_ptr< ErrT >)> Class Template Reference

Specialization for functions of the form 'void (std::unique_ptr<ErrT>)'. More...

#include "llvm/Support/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< void(&)(std::unique_ptr< ErrT >)>

Specialization for functions of the form 'void (std::unique_ptr<ErrT>)'.

Definition at line 879 of file Error.h.

Member Function Documentation

◆ appliesTo()

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

Definition at line 881 of file Error.h.

References E.

◆ apply()

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

Definition at line 886 of file Error.h.

References assert(), E, H, and llvm::Error::success().


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