j
k
j a
j l
Meryl wrote:
for_each (aVector;.begin(), aVector;.end(), bind (&myFunc, _1)); //
for_each( aVector.begin(), aVector.end(), bind(&myFunc, *_1) ); But that's boost::lambda rather than boost::bind. Jens
Back to the thread
Back to the list