Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ arity
Method
arity
base/operators.h:144–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
constexpr int precedence() const { return data_->precedence; }
143
144
constexpr Arity arity() const { return static_cast<Arity>(data_->arity); }
145
146
private:
147
friend class UnaryOperator;
Callers
4
TestOperator
Function · 0.45
UnaryOperator
Method · 0.45
BinaryOperator
Method · 0.45
TernaryOperator
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestOperator
Function · 0.36