j
k
j a
j l
Seb Martel wrote:
What about: std::transform( x.begin(), x.end(), std::back_inserter(y), boost::bind( &foo, _1 ) );
What about:
std::transform( x.begin(), x.end(), std::back_inserter(y), boost::bind( &foo, _1 ) );
Or even std::transform( x.begin(), x.end(), std::back_inserter(y), foo ); :-)
Back to the thread
Back to the list