LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h"
Static Public Member Functions | |
template<typename HandlerT , typename ArgTupleT , std::size_t... I> | |
static decltype(auto) | call (HandlerT &&H, ArgTupleT &Args, std::index_sequence< I... >) |
Definition at line 182 of file WrapperFunctionUtils.h.
|
inlinestatic |
Definition at line 185 of file WrapperFunctionUtils.h.
References H.
Referenced by llvm::orc::shared::detail::WrapperFunctionHandlerHelper< RetT(ArgTs...), ResultSerializer, SPSTagTs... >::apply().