
19 Apr
2004
19 Apr
'04
7:50 a.m.
Vladimir Prus wrote:
filter_view<Vertices, ...> filtered( vertices(g), bind(...) == 0 ); transform_view< filter_view<.,.>, ... > result( filtered, some_function() );
Yes, you are right. At some point you have to call a for_each()-like function, so it's a matter of taste (and performance, probably) when to do it. - Roland