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

Method operator()

internal/number.h:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 constexpr explicit UintCompareVisitor(uint64_t v) : v(v) {}
129
130 constexpr ComparisonResult operator()(double other) const {
131 return Invert(DoubleCompareVisitor(other)(v));
132 }
133
134 constexpr ComparisonResult operator()(uint64_t other) const {
135 return Compare(v, other);

Callers

nothing calls this directly

Calls 3

InvertFunction · 0.85
CompareFunction · 0.85

Tested by

no test coverage detected