$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gary Powell (powellg_at_[hidden])
Date: 2001-10-30 10:48:05
Hi,
>>>>
We're in need of a "subvector iterator" class, that locates sequences of
records contained within a (sorted) source vector.
<<
There is one inside of the VTL library at http://www.zib.de/weiser/vtl that
I think does what you want. (It's an internally used view,
"equal_range_view" Check the alphabetical listing for a link to the doc.
Yours,
-gary-
gwpowell_at_[hidden]