|
LLVM 22.0.0git
|
CallableTraitsHelper takes an implementation class template Impl and some callable type C and passes the return and argument types of C to the Impl class template. More...
#include "llvm/ExecutionEngine/Orc/CallableTraitsHelper.h"
CallableTraitsHelper takes an implementation class template Impl and some callable type C and passes the return and argument types of C to the Impl class template.
This can be used to simplify the implementation of classes that need to operate on callable types.
Definition at line 28 of file CallableTraitsHelper.h.