MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Invoke

Method Invoke

lib/base/functionwrapper.hpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80struct FunctionWrapper
81{
82 static Value Invoke(FuncType function, const std::vector<Value>& arguments)
83 {
84 return UnpackCaller().operator()<FuncType, Arity>(function, arguments);
85 }
86};
87
88template<typename FuncType, int Arity>

Callers

nothing calls this directly

Calls 1

UnpackCallerClass · 0.85

Tested by

no test coverage detected