DEV Community

Discussion on: Lambda Expressions in C++

Collapse
 
visheshpatel profile image
Vishal Chovatiya

Hey Sandor,

I had also written an article on Lambda expression covering basic to somewhat advance with simple & small illustrative examples here

Beginners will see "How Lambda expression synthesize by the compiler?" and for experienced programmers, you will see "There is a Lambda function returning another Lambda function"

I have also developed a Lambda mind map which is bonus material here.

Suggestion & Comments are most welcome.