mirror of
https://github.com/boostorg/utility.git
synced 2025-05-11 05:14:02 +00:00
fixed typo.
[SVN r14798]
This commit is contained in:
parent
03d906976b
commit
f4336ec693
@ -19,7 +19,7 @@ Defined in header
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
The transform iterator adaptor augments an iterator by applying some
|
The transform iterator adaptor augments an iterator by applying some
|
||||||
function object to the result of dereferencing the iterator. Another
|
function object to the result of dereferencing the iterator. In other
|
||||||
words, the <tt>operator*</tt> of the transform iterator first
|
words, the <tt>operator*</tt> of the transform iterator first
|
||||||
dereferences the base iterator, passes the result of this to the
|
dereferences the base iterator, passes the result of this to the
|
||||||
function object, and then returns the result. The following
|
function object, and then returns the result. The following
|
||||||
|
Loading…
x
Reference in New Issue
Block a user