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

Method operator!=

internal/number.h:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 CEL_ABSL_VISIT_CONSTEXPR bool operator!=(Number other) const {
278 return Compare(other) != internal::ComparisonResult::kEqual;
279 }
280
281 // Visit the underlying number representation, a variant of double, uint64_t,
282 // or int64_t.

Callers

nothing calls this directly

Calls 1

CompareFunction · 0.85

Tested by

no test coverage detected