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

Function equal

include/chaiscript/dispatchkit/operators.hpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101 template<typename T>
102 void equal(Module& m)
103 {
104 m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs==rhs;}), "==");
105 }
106
107 template<typename T>
108 void greater_than(Module& m)

Callers 2

startsWithFunction · 0.85
endsWithFunction · 0.85

Calls 2

funFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected