LLVM 19.0.0git
llvm::ErrorHandlerTraits< RetT(C::*)(std::unique_ptr< ErrT >) const > Class Template Reference

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

#include "llvm/Support/Error.h"

Inheritance diagram for llvm::ErrorHandlerTraits< RetT(C::*)(std::unique_ptr< ErrT >) const >:
Inheritance graph
[legend]

Detailed Description

template<typename C, typename RetT, typename ErrT>
class llvm::ErrorHandlerTraits< RetT(C::*)(std::unique_ptr< ErrT >) const >

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

Definition at line 923 of file Error.h.


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