
9 Mar
2011
9 Mar
'11
11:26 p.m.
Hello, Is there a variant of this int i = 0; lambda::var( i )++; in which I can do away with the external variable, i? In other words, a nullary functor that returns 0, 1, 2, successively? Thanks.