$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] treat a range of ranges as a single range?
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2010-09-02 21:23:10
Hello,
Is it possible, using the facilities in Boost.Range, to treat a range whose elements are themselves ranges,
as a range whose elements are the elements of the component ranges?
For example, I would like to treat a range of strings as a range of characters. A detokenizer in essence.
Thanks,
Nate.