Inspect Reference Summary

Parameters for C++
Inspect Reference Summary
46 106101 Tandem Computers Incorporated
C++ Expressions
expression
: one of
pri
mary
*expression
&expression
-expression
!expression
~expression
expression binary-op expression
primary
: one of
data-location constant string
(
expression
)
binary-op
: one of
* / % + - >>
<< < > <= >= ==
!= & ^ | && ||