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

Function greater_than

include/chaiscript/dispatchkit/operators.hpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107 template<typename T>
108 void greater_than(Module& m)
109 {
110 m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs>rhs;}), ">");
111 }
112
113 template<typename T>
114 void greater_than_equal(Module& m)

Callers

nothing calls this directly

Calls 2

funFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected