MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / Caller

Method Caller

include/chaiscript/dispatchkit/callable_traits.hpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 struct Caller
53 {
54 explicit Caller(Ret (Class::*t_func)(Param...)) : m_func(t_func) {}
55
56 template<typename ... Inner>
57 Ret operator()(Class &o, Inner&& ... inner) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected