1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

C++ Lambdas link (#4084)

The video link is no longer available on youtube. It is updated with another link which I have personally reviewed and has good-quality content of 18 minutes in English has high viewers and is one of the most popular C++ channels on youtube. Also, a free e-book of lambda is provided by the content creator.
This commit is contained in:
Snahal Kumar
2023-06-23 01:08:00 +05:30
committed by GitHub
parent 8a42d0346b
commit 9a6e8b1635

View File

@@ -61,5 +61,5 @@ updateDays(30); // expiresInDays = 30
Note that, when using the capture by reference, any change made to the captured variable *inside* the lambda function will affect its value in the surrounding scope.
- [Lambdas in C++](https://youtu.be/mwgmbbz0y8c)
- [Lambda Expressions](https://en.cppreference.com/w/cpp/language/lambda)
- [Lambdas in C++](https://youtu.be/MH8mLFqj-n8)
- [Lambda Expressions](https://en.cppreference.com/w/cpp/language/lambda)