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

Function bitwise_or

include/chaiscript/dispatchkit/operators.hpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185 template<typename T>
186 void bitwise_or(Module& m)
187 {
188 m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs|rhs;}), "|");
189 }
190
191 template<typename T>
192 void division(Module& m)

Callers

nothing calls this directly

Calls 2

funFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected