umbrello 2.39.0
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