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

Method operator<

internal/number.h:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 }
252
253 CEL_ABSL_VISIT_CONSTEXPR bool operator<(Number other) const {
254 return Compare(other) == internal::ComparisonResult::kLesser;
255 }
256
257 CEL_ABSL_VISIT_CONSTEXPR bool operator<=(Number other) const {
258 internal::ComparisonResult cmp = Compare(other);

Callers

nothing calls this directly

Calls 1

CompareFunction · 0.85

Tested by

no test coverage detected