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 2fb9e12 commit 51cad17Copy full SHA for 51cad17
source/algorithms.tex
@@ -163,10 +163,10 @@
163
164
\pnum
165
When not otherwise constrained, the \tcode{BinaryPredicate} parameter is used
166
-whenever an algorithm expects a function object that when applied
+whenever an algorithm expects a function object that, when applied
167
to the result of dereferencing two corresponding iterators or
168
to dereferencing an iterator and type \tcode{T}
169
-when \tcode{T} is part of the signature
+when \tcode{T} is part of the signature,
170
returns a value testable as \tcode{true}.
171
In other words,
172
if an algorithm takes \tcode{BinaryPredicate binary_pred} as its argument and
0 commit comments