There is not too much to explain, only a few connections, into the look, after reading you will feel what the introduction of the lambda blog is a cloud, not one-sided is not accurate.
Link Address:
1:https://msdn.microsoft.com/en-us/library/dd293603%28v=vs.100%29.aspx
2:https://msdn.microsoft.com/en-us/library/dd293599%28v=vs.100%29.aspx
3:https://msdn.microsoft.com/en-us/library/dd293599%28v=vs.100%29.aspx#declaringlambdaexpressions
Note
1. The first address is the syntax of the C++LAMBDA expression and an instance
2. The second address is an example of some columns, which must be understood after reading
3. The third address is the lambda representation Declaration, because many people are directly using the expression to not define the declaration in the function, but it is not convenient for a particularly long lambda expression, so this one also needs to be seen
Lambda expression ———— look at it.