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

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

#include "llvm/Support/Error.h"

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

Detailed Description

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

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

Definition at line 917 of file Error.h.


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