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

Function right_shift

include/chaiscript/dispatchkit/operators.hpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214
215 template<typename T>
216 void right_shift(Module& m)
217 {
218 m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs>>rhs;}), ">>");
219 }
220 }
221 }
222}

Callers

nothing calls this directly

Calls 2

funFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected