File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 5424
5424
\item \defnx {arrays}{type!array} of objects of a given type, \ref {dcl.array };
5425
5425
5426
5426
\item \defnx {functions}{type!function}, which have parameters of given types and return
5427
- \keyword {void} or references or objects of a given type, \ref {dcl.fct };
5427
+ \keyword {void} or a result of a given type, \ref {dcl.fct };
5428
5428
5429
5429
\item \defnx {pointers}{type!pointer} to \cv {}~\keyword {void} or objects or functions (including
5430
5430
static members of classes) of a given type, \ref {dcl.ptr };
5440
5440
\end {itemize }
5441
5441
5442
5442
\item
5443
- \defnx {classes}{class} containing a sequence of objects of various types\iref {class },
5444
- a set of types, enumerations and functions for
5445
- manipulating these objects\iref {class.mfct }, and a set of restrictions
5443
+ \defnx {classes}{class} containing a sequence of class members\iref {class,class.mem },
5444
+ and a set of restrictions
5446
5445
on the access to these entities\iref {class.access };
5447
5446
5448
5447
\item
You can’t perform that action at this time.
0 commit comments