MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / LessThan

Function LessThan

runtime/standard/comparison_functions.cc:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35// Comparison template functions
36template <class Type>
37bool LessThan(Type t1, Type t2) {
38 return (t1 < t2);
39}
40
41template <class Type>
42bool LessThanOrEqual(Type t1, Type t2) {

Callers 1

GreaterThanFunction · 0.85

Calls 2

operator<Function · 0.50
CompareMethod · 0.45

Tested by

no test coverage detected