|
Boost : |
From: Matt Calabrese (rivorus_at_[hidden])
Date: 2006-09-27 02:30:28
Are there plans for creating generator templates for views? This is
especially useful when working with lambda expressions for a transformation
function. For instance, it would be really helpful if a user could do:
void foo()
{
// Assume proper initialization
vector< int*, char*, float* > iterators;
bar( make_transform_view( iterators, *_1 ) );
}
-- -Matt Calabrese
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk