Module Lambda
Provides classes for modeling lambda expressions and their captures.
Import path
import semmle.code.cpp.exprs.Lambda
Imports
Classes
Closure |
A class written by the compiler to be the type of a C++11 lambda expression. For example the variable |
LambdaCapture |
Information about a value captured as part of a lambda expression. For example in the following code, information about |
LambdaExpression |
A C++11 lambda expression, for example the expression initializing |