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 ba6f766 commit 9a0b5d7Copy full SHA for 9a0b5d7
source/containers.tex
@@ -6331,7 +6331,7 @@
6331
\pnum
6332
\returns
6333
A pointer such that \range{data()}{data() + size()} is a valid range. For a
6334
-non-empty array, \tcode{data()} \tcode{==} \tcode{addressof(front())}.
+non-empty array, \tcode{data() == addressof(front())} is \keyword{true}.
6335
\end{itemdescr}
6336
6337
\indexlibrarymember{array}{fill}%
@@ -9068,7 +9068,7 @@
9068
9069
9070
9071
-non-empty vector, \tcode{data()} \tcode{==} \tcode{addressof(front())}.
+non-empty vector, \tcode{data() == addressof(front())} is \keyword{true}.
9072
9073
9074
\complexity
0 commit comments