umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
cxx11-lambda-functions-and-expressions.h
Go to the documentation of this file.
1// https://en.wikipedia.org/wiki/C%2B%2B11#Lambda_functions_and_expressions
2
3// #1
4[](int x, int y) -> int { return x + y; }
int x
Definition: cxx11-lambda-functions-and-expressions.h:4