operatorPrecedenceOr constant

int const operatorPrecedenceOr

Or operator precedence: ||

Implementation

static const int operatorPrecedenceOr = 2;