Skip to content

SKashyap/Lambda-Understanding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Lambda-Understanding

The easiest way to understand C++11's new features is by trying to understand how a "Lambda" function works. In this project , we will serially build from older style "function objects" to finally start having "lambda" like capabilities.

By doing this we get an intro into :

  1. Lambda syntax and usage
  2. Variadic templates and tuple.
  3. initializer list
  4. auto type deduction

Refer the examples in this order :

first step : Lambda.h

second step : LambdaPart2/h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages