The Intel® C++ Compiler implements lambda expressions as specified in the ISO C++ document N2550.pdf available at http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/.
C++ Lambda expressions are primary expressions that define function objects. Such expressions can be used wherever a function object is expected; for example, as arguments to Standard Template Library (STL) algorithms.
This section contains the following topics:
Copyright © 1996-2010, Intel Corporation. All rights reserved.