C++ Weekly Episode 61: Storage Duration with Lambdas—Jason Turner
Episode 61 of C++ Weekly.
Storage Duration with Lambdas
by Jason Turner
About the show:
Jason shows another way that one might create a stateful lambda in C++11 by manipulating the storage duration of the variables in the lambda.