Boost logo

Boost :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-05-02 12:01:07


"Gennadiy Rozental" <gennadiy.rozental_at_[hidden]> wrote in message
news:d55g76$sn0$1_at_sea.gmane.org...

| Hopefully soon enough we may be able to write
|
| auto const& r = v | filter(my_pred()) | transform(my_func());
|
| BOOST_FOREACH(..., r ) {
| }

hopefully we soon will be able to say

for( ... : v | std::filter(my_pred()) | std::transform(my_func()) )
    { ... }

but it is still years away.

-Thorsten


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk