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

Method operator>

internal/number.h:263–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 }
262
263 CEL_ABSL_VISIT_CONSTEXPR bool operator>(Number other) const {
264 return Compare(other) == internal::ComparisonResult::kGreater;
265 }
266
267 CEL_ABSL_VISIT_CONSTEXPR bool operator>=(Number other) const {
268 internal::ComparisonResult cmp = Compare(other);

Callers

nothing calls this directly

Calls 1

CompareFunction · 0.85

Tested by

no test coverage detected