C++ delegates were a hot topic at CppCon this year. Andreas Åkesson shows a simpler way to use them in IncludeOS.
Delegate initialization - the simpler way
By Andreas Åkesson
From the article:
After the presentation it hit me, “Why can’t we deduce the class type from the object passed as argument? Let’s make a helper function!”
Add a Comment
Comments are closed.