Skip to content

Commit

Permalink
[basic.compound] Update introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave committed Nov 1, 2024
1 parent a470ff8 commit 3e903b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5391,7 +5391,7 @@
\item \defnx{arrays}{type!array} of objects of a given type, \ref{dcl.array};

\item \defnx{functions}{type!function}, which have parameters of given types and return
\keyword{void} or references or objects of a given type, \ref{dcl.fct};
\keyword{void} or a result of a given type, \ref{dcl.fct};

\item \defnx{pointers}{type!pointer} to \cv{}~\keyword{void} or objects or functions (including
static members of classes) of a given type, \ref{dcl.ptr};
Expand All @@ -5407,9 +5407,8 @@
\end{itemize}

\item
\defnx{classes}{class} containing a sequence of objects of various types\iref{class},
a set of types, enumerations and functions for
manipulating these objects\iref{class.mfct}, and a set of restrictions
\defnx{classes}{class} containing a sequence of class members\iref{class,class.mem},
and a set of restrictions
on the access to these entities\iref{class.access};

\item
Expand Down

0 comments on commit 3e903b3

Please sign in to comment.