Y
Hacker News
new
|
ask
|
show
|
jobs
by
klickverbot
3349 days ago
It's a lambda expression ("closure"/"anonymous function"/…) that doesn't capture any outside state (see e.g.
http://en.cppreference.com/w/cpp/language/lambda
).