Subject: [Boost-bugs] [Boost C++ Libraries] #6267: Python-like Zip range
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-14 20:56:22
#6267: Python-like Zip range
---------------------------------+------------------------------------------
Reporter: jmckesson@⦠| Owner: neilgroves
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: range
Version: Boost 1.48.0 | Severity: Problem
Keywords: |
---------------------------------+------------------------------------------
Boost.Iterator already has the `zip_iterator`, which allows iterating over
multiple containers at once. But we don't have a range version.
This should be a varadic template called `zip` or something of the kind
that returns a proper range that uses `zip_iterator`s to iterate over
containers.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6267> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:08 UTC