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

Function operator==

base/operators.h:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155};
156
157constexpr bool operator==(const Operator& lhs, const Operator& rhs) {
158 return lhs.id() == rhs.id();
159}
160
161constexpr bool operator==(OperatorId lhs, const Operator& rhs) {
162 return lhs == rhs.id();

Callers

nothing calls this directly

Calls 1

idMethod · 0.45

Tested by

no test coverage detected