Building on recent C++11 lambda tutorials we've linked to recently, here's one about the brand-new lambda features in C++14:
C++14 Lambda Tutorial
by Sol
From the article:
The last iteration of C++, C++14 was approved this month. C++14 brings a few much anticipated changes to the C++11 standard, like allowing
auto
to be used as the return type of a function, or generic lambdas -- the subject of this article...
Add a Comment
Comments are closed.