Lambdas are helping you.
How C++ lambda expressions can improve your Qt code
by Aurélien Gâteau
From the article:
In case you’ve missed it, lambda expression support has been added to C++ in C++11. In this article we are going to see how to take advantage of lambda expressions in your Qt code to simplify it and make it more robust, but also which pitfalls to avoid...
Add a Comment
Comments are closed.