MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator()

Method operator()

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

Source from the content-addressed store, hash-verified

55
56 template<typename ... Inner>
57 Ret operator()(Class &o, Inner&& ... inner) const {
58 return (o.*m_func)(std::forward<Inner>(inner)...);
59 }
60
61 Ret (Class::*m_func)(Param...);
62 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected