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

Function multiplication

include/chaiscript/dispatchkit/operators.hpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203 template<typename T>
204 void multiplication(Module& m)
205 {
206 m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs*rhs;}), "*");
207 }
208
209 template<typename T>
210 void remainder(Module& m)

Callers

nothing calls this directly

Calls 2

funFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected