MCPcopy 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

TestOperatorFunction · 0.45
UnaryOperatorMethod · 0.45
BinaryOperatorMethod · 0.45
TernaryOperatorMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestOperatorFunction · 0.36