Mar 21, 2012

[C++11] lambda

http://stackoverflow.com/questions/6186877/lambda-expressions
The closure type associated with a lambda-expression has a deleted (8.4.3) default constructor and a deleted copy assignment operator. It has an implicitly-declared copy constructor (12.8) and may have an implicitly declared move constructor (12.8). [ Note: The copy/move constructor is implicitly defined in the same way as any other implicitly declared copy/move constructor would be implicitly defined. —end note ]

---------

---------

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.