mirror of
https://github.com/boostorg/iterator.git
synced 2026-05-04 03:50:46 +02:00
Added zip_iterator docs
[SVN r21988]
This commit is contained in:
Executable
+8
@@ -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``.
|
||||
Reference in New Issue
Block a user