j
k
j a
j l
Thankyou Stuart - it works like a charm.
You certainly can - add 'this' as the first bound parameter, like so: for_each(v.begin(), v.end(), bind(&CTest::SomeFunc, this, _1)); HTH Stuart Dootson
You certainly can - add 'this' as the first bound parameter, like so:
for_each(v.begin(), v.end(), bind(&CTest::SomeFunc, this, _1));
HTH Stuart Dootson
Back to the thread
Back to the list