LLVM 22.0.0git
llvm::orc::CallableArgInfo< Callable > Struct Template Reference

CallableArgInfo provides typedefs for the return type and argument types (as a tuple) of the given callable type. More...

#include "llvm/ExecutionEngine/Orc/CallableTraitsHelper.h"

Inheritance diagram for llvm::orc::CallableArgInfo< Callable >:
[legend]

Detailed Description

template<typename Callable>
struct llvm::orc::CallableArgInfo< Callable >

CallableArgInfo provides typedefs for the return type and argument types (as a tuple) of the given callable type.

Definition at line 69 of file CallableTraitsHelper.h.


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