MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / operator()

Method operator()

src/Ext/Script/Body.cpp:856–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854 struct operation_xor { int operator()(const int& a, const int& b) { return a ^ b; } };
855 struct operation_or { int operator()(const int& a, const int& b) { return a | b; } };
856 struct operation_and { int operator()(const int& a, const int& b) { return a & b; } };
857
858 int nLoArg = LOWORD(nArg);
859 int nHiArg = HIWORD(nArg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected