mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-31 21:34:38 +02:00
Added zip_iterator docs
[SVN r21988]
This commit is contained in:
6
doc/zip_iterator_abstract.rst
Executable file
6
doc/zip_iterator_abstract.rst
Executable file
@@ -0,0 +1,6 @@
|
||||
The zip iterator provides the ability to parallel-iterate
|
||||
over several controlled sequences simultaneously. A zip
|
||||
iterator is constructed from a tuple of iterators. Moving
|
||||
the zip iterator moves all the iterators in parallel.
|
||||
Dereferencing the zip iterator returns a tuple that contains
|
||||
the results of dereferencing the individual iterators.
|
Reference in New Issue
Block a user