lambda function
التعريفات والمعاني
== English ==
=== Noun ===
lambda function (plural lambda functions)
(programming) An anonymous function; a function that is defined in an inline, ad-hoc manner, and often doesn't have a name (not bound to an identifier).
==== Synonyms ====
anonymous function
==== Hyponyms ====
closure
==== Translations ====
=== References ===
Definition in C++