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

Function less_than_equal

include/chaiscript/dispatchkit/operators.hpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125 template<typename T>
126 void less_than_equal(Module& m)
127 {
128 m.add(chaiscript::fun([](const T &lhs, const T &rhs){return lhs<=rhs;}), "<=");
129 }
130
131 template<typename T>
132 void logical_compliment(Module& m)

Callers

nothing calls this directly

Calls 2

funFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected