LLVM 23.0.0git
llvm::orc::shared::detail::WrapperFunctionHandlerCaller< void > Class Reference

#include "llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h"

Inheritance diagram for llvm::orc::shared::detail::WrapperFunctionHandlerCaller< void >:
[legend]

Static Public Member Functions

template<typename HandlerT, typename ArgTupleT, std::size_t... I>
static SPSEmpty call (HandlerT &&H, ArgTupleT &Args, std::index_sequence< I... >)

Detailed Description

Definition at line 191 of file WrapperFunctionUtils.h.

Member Function Documentation

◆ call()

template<typename HandlerT, typename ArgTupleT, std::size_t... I>
SPSEmpty llvm::orc::shared::detail::WrapperFunctionHandlerCaller< void >::call ( HandlerT && H,
ArgTupleT & Args,
std::index_sequence< I... >  )
inlinestatic

Definition at line 194 of file WrapperFunctionUtils.h.

References H.


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