blob: 0c4447594230201087ca7a0115d19b7b132a6b70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"key": "lambda",
"name": "Lambda",
"authors": [
"Jaakko Järvi",
"Gary Powell"
],
"description": "Define small unnamed function objects at the actual call site, and more.",
"category": [
"Function-objects"
],
"maintainers": [
"Jaakko Jarvi <jarvi -at- cs.tamu.edu>"
],
"cxxstd": "03"
}
|