Quantcast
Viewing all articles
Browse latest Browse all 32

Using Lambda Functions for Delayed Evaluation

Lambda functions (sometimes called “anonymous functions”) have been a part of C++ for many years now, so usage of them should be well accepted. This mini-article is intended to outline a use case for using lambdas to perform a type of “lazy evaluation”, a term from FP (functional programming) languages. Lazy evaluation is not in… Continue reading Using Lambda Functions for Delayed Evaluation

Viewing all articles
Browse latest Browse all 32

Trending Articles