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

Method operator()

internal/number.h:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 constexpr explicit IntCompareVisitor(int64_t v) : v(v) {}
152
153 constexpr ComparisonResult operator()(double other) {
154 return Invert(DoubleCompareVisitor(other)(v));
155 }
156
157 constexpr ComparisonResult operator()(uint64_t other) {
158 return Invert(UintCompareVisitor(other)(v));

Callers

nothing calls this directly

Calls 4

InvertFunction · 0.85
UintCompareVisitorClass · 0.85
CompareFunction · 0.85

Tested by

no test coverage detected