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

Function logical_compliment

include/chaiscript/dispatchkit/operators.hpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131 template<typename T>
132 void logical_compliment(Module& m)
133 {
134 m.add(chaiscript::fun([](const T &lhs){return !lhs;}), "!");
135 }
136
137 template<typename T>
138 void not_equal(Module& m)

Callers

nothing calls this directly

Calls 2

funFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected