Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c++ > #82642
| From | Lynn McGuire <lynnmcguire5@gmail.com> |
|---|---|
| Newsgroups | comp.lang.c++ |
| Subject | "The Evolutions of Lambdas in C++14, C++17 and C++20" by Jonathan Boccara |
| Date | 2021-12-14 14:53 -0600 |
| Organization | A noiseless patient Spider |
| Message-ID | <spb08n$uo0$1@dont-email.me> (permalink) |
"The Evolutions of Lambdas in C++14, C++17 and C++20" by Jonathan Boccara https://www.fluentcpp.com/2021/12/13/the-evolutions-of-lambdas-in-c14-c17-and-c20/ "Lambdas are one of the most popular features of Modern C++. Since their introduction in C++11, they’ve become ubiquitous in C++ code." "But since their appearance in C++11, they have evolved and gained significant features. Some of those features help write more expressive code, and since using lambdas is so common now, it is worth it to spend time learning what we can do with them." Lynn
Back to comp.lang.c++ | Previous | Next — Next in thread | Find similar | Unroll thread
"The Evolutions of Lambdas in C++14, C++17 and C++20" by Jonathan Boccara Lynn McGuire <lynnmcguire5@gmail.com> - 2021-12-14 14:53 -0600 Re: "The Evolutions of Lambdas in C++14, C++17 and C++20" by Jonathan Boccara legalize+jeeves@mail.xmission.com (Richard) - 2021-12-16 15:25 +0000
csiph-web