class WrapperFunctionHandlerCaller
Declaration
template <typename RetT>
class WrapperFunctionHandlerCaller { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h:182
Templates
- RetT
Method Overview
- public template <typename HandlerT, typename ArgTupleT, std::size_t... I>static decltype(auto) call(HandlerT && H, ArgTupleT & Args, std::index_sequence<I...>)
Methods
ΒΆtemplate <typename HandlerT,
typename ArgTupleT,
std::size_t... I>
static decltype(auto) call(
HandlerT&& H,
ArgTupleT& Args,
std::index_sequence<I...>)
template <typename HandlerT,
typename ArgTupleT,
std::size_t... I>
static decltype(auto) call(
HandlerT&& H,
ArgTupleT& Args,
std::index_sequence<I...>)
Declared at: llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h:185
Templates
- HandlerT
- ArgTupleT
- std::size_t I
Parameters
- HandlerT&& H
- ArgTupleT& Args
- std::index_sequence<I...>