j
k
j a
j l
I'd prefer to have on-fly container. Something like this: std::copy( on_fly % 1 % 2 % 3, on_fly_end<int>(), back_inserter<int>(v)); Not as cool as v += 1, 2, 3; but might have some advantages.
I'd prefer to have on-fly container. Something like this:
std::copy( on_fly % 1 % 2 % 3, on_fly_end<int>(), back_inserter<int>(v));
Not as cool as v += 1, 2, 3; but might have some advantages.
What would the advantages be? br Thorsten
Back to the thread
Back to the list