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 0131e01 commit 04169baCopy full SHA for 04169ba
source/containers.tex
@@ -9549,7 +9549,8 @@
9549
\pnum
9550
Let \tcode{IV} denote a specialization of \tcode{inplace_vector<T, N>}.
9551
If \tcode{N} is zero, then
9552
-\tcode{IV} is both trivial and empty.
+\tcode{IV} is trivially copyable and empty, and
9553
+\tcode{std::is_trivially_default_constructible_v<IV>} is \tcode{true}.
9554
Otherwise:
9555
\begin{itemize}
9556
\item
0 commit comments