LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::orc::shared::detail::WrapperFunctionHandlerCaller< void > Class Reference

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

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>
static 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: