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

Function CrossNumericGreaterThan

runtime/standard/comparison_functions.cc:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145template <typename T, typename U>
146bool CrossNumericGreaterThan(T t, U u) {
147 return Number(t) > Number(u);
148}
149
150template <typename T, typename U>
151bool CrossNumericLessOrEqualTo(T t, U u) {

Callers

nothing calls this directly

Calls 1

NumberClass · 0.85

Tested by

no test coverage detected