operatorPrecedenceUnary constant
int
const operatorPrecedenceUnary
Unary operators precedence: + and - as prefix
Implementation
static const int operatorPrecedenceUnary = 60;
Unary operators precedence: + and - as prefix
static const int operatorPrecedenceUnary = 60;