C++: λ Demystified - Andreas Fertig

preview_player
Показать описание
C++11 lambdas brought us lambdas. They open a lot of new possibilities. Frequently asked questions are:

- How are they implemented?
- How do they work?
- How can it affect my daily programming?
- Do they generate a lot of code?
- What can I do with them?
- Where can I use them?

Next I will show you application areas of lambdas to illustrate where they can be helpful. For example, how they can help you to write less and with that more unique code.

After the talk, you will have a solid understanding of lambdas in C++. Together with some ideas when and where to use them.

Save the date for NDC TechTown 2020 (31st of August - 3rd of September)

Check out more of our talks at:
Рекомендации по теме
Комментарии
Автор

This topic feels more fit for a c++ beginners course rather than an NCD talk...

ThePlacehole