By estherschindler
via blog.smartbear.com
Published: Nov 01 2012 / 16:08
One highlight of C++11 is lambda expressions: function-like blocks of executable statements that you can insert where normally a function call would appear. Lambdas are more compact, efficient, and secure than function objects. Danny Kalev shows you how to read lambda expressions and use them in C++11 applications.
Add your comment