Parenthesized Expression

A parenthesized expression consists of an expression enclosed in parentheses.

parenthesized-expression:

(   expression   )

A parenthesized expression is calculated by calculating the value of the expression within the parentheses. If a parenthesized expression is a type or a namespace, a compile error occurs.

See also:

Primary Expressions