Added zip_iterator docs

[SVN r21988]
This commit is contained in:
Dave Abrahams
2004-01-27 04:12:54 +00:00
parent 09e1cb9a38
commit 17c373ded3
6 changed files with 660 additions and 0 deletions

8
doc/make_zip_iterator.rst Executable file
View File

@ -0,0 +1,8 @@
::
template<typename IteratorTuple>
zip_iterator<IteratorTuple>
make_zip_iterator(IteratorTuple t);
:Returns: An instance of ``zip_iterator<IteratorTuple>`` with ``m_iterator_tuple``
initialized to ``t``.