We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f153df commit a31dd9eCopy full SHA for a31dd9e
source/numerics.tex
@@ -1571,9 +1571,9 @@
1571
\tcode{T} is the type named by
1572
\tcode{S}'s associated \tcode{result_type};
1573
\item
1574
- \tcode{q} is a value of \tcode{S}
+ \tcode{q} is a value of type \tcode{S}
1575
and
1576
- \tcode{r} is a possibly const value of \tcode{S};
+ \tcode{r} is a value of type \tcode{S} or \tcode{const S};
1577
1578
\tcode{ib} and \tcode{ie} are input iterators
1579
with an unsigned integer \tcode{value_type} of at least 32 bits;
@@ -1584,7 +1584,7 @@
1584
\tcode{ob} is an output iterator;
1585
1586
1587
- \tcode{il} is a value of \tcode{initializer_list<T>}.
+ \tcode{il} is a value of type \tcode{initializer_list<T>}.
1588
\end{itemize}
1589
1590
0 commit comments