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

Function left_shift

include/chaiscript/dispatchkit/operators.hpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197 template<typename T>
198 void left_shift(Module& m)
199 {
200 m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs<<rhs;}), "<<");
201 }
202
203 template<typename T>
204 void multiplication(Module& m)

Callers

nothing calls this directly

Calls 2

funFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected