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 2360a59 commit 0e3387aCopy full SHA for 0e3387a
source/containers.tex
@@ -10982,6 +10982,9 @@
10982
}
10983
\end{codeblock}
10984
10985
+\pnum
10986
+\tcode{span<ElementType, Extent>} is a trivially copyable type.
10987
+
10988
\pnum
10989
\tcode{ElementType} is required to be
10990
a complete object type that is not an abstract class type.
source/strings.tex
@@ -4210,6 +4210,9 @@
4210
The complexity of \tcode{basic_string_view} member functions is \bigoh{1}
4211
unless otherwise specified.
4212
4213
4214
+\tcode{basic_string_view<charT,traits>} is a trivially copyable type.
4215
4216
\rSec3[string.view.cons]{Construction and assignment}
4217
4218
\indexlibraryctor{basic_string_view}%
0 commit comments