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.
2 parents c3a973b + eb5ede3 commit 4372345Copy full SHA for 4372345
source/containers.tex
@@ -11061,6 +11061,9 @@
11061
}
11062
\end{codeblock}
11063
11064
+\pnum
11065
+\tcode{span<ElementType, Extent>} is a trivially copyable type\iref{basic.types.general}.
11066
+
11067
\pnum
11068
\tcode{ElementType} is required to be
11069
a complete object type that is not an abstract class type.
source/strings.tex
@@ -4272,6 +4272,9 @@
4272
The complexity of \tcode{basic_string_view} member functions is \bigoh{1}
4273
unless otherwise specified.
4274
4275
4276
+\tcode{basic_string_view<charT, traits>} is a trivially copyable type\iref{basic.types.general}.
4277
4278
\rSec3[string.view.cons]{Construction and assignment}
4279
4280
\indexlibraryctor{basic_string_view}%
0 commit comments