umbrello
2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
test
import
cxx
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; }
x
int x
Definition
cxx11-lambda-functions-and-expressions.h:4
Generated by
1.10.0