C++ Operator Precedence - cppreference.com
Precedence Operator Description Associativity 1 :: Scope resolution Left-to-right 2 ++ --Suffix/postfix increment and decrement type() type{} Function-style type cast Function call [] Array subscripting . Element selection by reference -> Element selectio
en.cppreference.com |