30 Jul
2002
30 Jul
'02
11:15 a.m.
From: "Thomas Wenisch"
How can I get the lambda library to invoke each function in the vector? More generally, if the functions were function
, how could I bind the T parameter in the lambda expression?
for_each(first, last, bind(_1)); for_each(first, last, bind(_1, t));