Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
constexpr bool operator==(const Operator& lhs, const Operator& rhs) {
158
return lhs.id() == rhs.id();
159
}
160
161
constexpr bool operator==(OperatorId lhs, const Operator& rhs) {
162
return lhs == rhs.id();
Callers
nothing calls this directly
Calls
1
id
Method · 0.45
Tested by
no test coverage detected