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

Function less_than

include/chaiscript/dispatchkit/operators.hpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119 template<typename T>
120 void less_than(Module& m)
121 {
122 m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs<rhs;}), "<");
123 }
124
125 template<typename T>
126 void less_than_equal(Module& m)

Callers

nothing calls this directly

Calls 2

funFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected