$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] unzip iterator?
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2009-02-17 11:31:37
I use an iterator adapator that converts a pair of scalar iterators into a
complex iterator. But how to go the other direction? Take a complex iterator
to a pair of scalar iterators.
This is something like 'unzip'. Any thoughts?