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

Method operator()

internal/number.h:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 constexpr explicit DoubleCompareVisitor(double v) : v(v) {}
98
99 constexpr ComparisonResult operator()(double other) const {
100 return DoubleCompare(v, other);
101 }
102
103 constexpr ComparisonResult operator()(uint64_t other) const {
104 if (v > kDoubleToUintMax) {

Callers

nothing calls this directly

Calls 1

DoubleCompareFunction · 0.85

Tested by

no test coverage detected