User profile: cdogg111

User info
User name:cdogg111
Name:Christian Garcia
Location:Oregon
Bio:I code in c++ in my free time.
History
Joined:
Number of posts:2
Latest posts:

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++11
To implement this you should know how to use c++11 lambda closures. There are a few ways to do this...