Good Lambda Functor and Thread -- C++11[quote] And why is the following lambda CALLBACK_T(FnObj) = [](void* data)->void* { ...
Good Lambda Functor and Thread -- C++11To implement this you should know how to use c++11 lambda closures. There are a few ways to do this...