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

Function operator==

common/value_kind.h:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75constexpr bool operator==(Kind lhs, ValueKind rhs) {
76 return lhs == ValueKindToKind(rhs);
77}
78
79constexpr bool operator==(ValueKind lhs, Kind rhs) {
80 return ValueKindToKind(lhs) == rhs;

Callers

nothing calls this directly

Calls 1

ValueKindToKindFunction · 0.85

Tested by

no test coverage detected