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

Method operator==

internal/number.h:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 }
272
273 CEL_ABSL_VISIT_CONSTEXPR bool operator==(Number other) const {
274 return Compare(other) == internal::ComparisonResult::kEqual;
275 }
276
277 CEL_ABSL_VISIT_CONSTEXPR bool operator!=(Number other) const {
278 return Compare(other) != internal::ComparisonResult::kEqual;

Callers

nothing calls this directly

Calls 1

CompareFunction · 0.85

Tested by

no test coverage detected