We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c95221 commit 45aba42Copy full SHA for 45aba42
source/classes.tex
@@ -137,14 +137,14 @@
137
138
A \term{trivial class} is a class that has a default
139
constructor~(\ref{class.ctor}), has no non-trivial default constructors, and is trivially copyable.
140
-
141
\enternote In particular, a trivially copyable or trivial class does not have
142
virtual functions or virtual base classes.\exitnote
143
144
\indextext{class!standard-layout}%
145
\indextext{standard-layout~class}%
146
\pnum
147
A \grammarterm{standard-layout class} is a class that:
+
148
\begin{itemize}
149
\item has no non-static data members of type non-standard-layout class
150
(or array of such types) or reference,
0 commit comments