File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 4548
4548
\pnum
4549
4549
\indextext {expression!unary operator}%
4550
4550
\indextext {operator!unary}%
4551
- The unary \tcode {*} operator performs \defn {indirection}:
4551
+ The unary \tcode {*} operator performs \defn {indirection}.
4552
4552
\indextext {dereferencing|see{indirection}}%
4553
- the expression to which it is applied shall be a pointer to an object
4554
- type, or a pointer to a function type and the result is an lvalue
4555
- referring to the object or function to which the expression points. If
4556
- the type of the expression is `` pointer to \tcode {T}'' , the type of the
4557
- result is `` \tcode {T}'' .
4553
+ Its operand shall be a prvalue of type `` pointer to \tcode {T}'' ,
4554
+ where \tcode {T} is an object or function type.
4555
+ The operator yields an lvalue of type \tcode {T}
4556
+ denoting the object or function to which the operand points.
4558
4557
\begin {note }
4559
4558
\indextext {type!incomplete}%
4560
4559
Indirection through a pointer to an incomplete type (other than
4564
4563
\end {note }
4565
4564
4566
4565
\pnum
4567
- The result of each of the following unary operators is a prvalue.
4566
+ Each of the following unary operators yields a prvalue.
4568
4567
4569
4568
\pnum
4570
4569
\indextext {name!address of cv-qualified}%
You can’t perform that action at this time.
0 commit comments