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.
pull/4108/head
Snahal Kumar 1 year ago committed by GitHub
parent 8a42d0346b
commit 9a6e8b1635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/data/roadmaps/cpp/content/103-functions/100-lambda.md

@ -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)

Loading…
Cancel
Save