/c/tech: Technology

28898 stories 32959 subscribers

Moderators

0

C++ Lambda Expressions for Beginners blogs.embarcadero.comban site

A lambda expression defines an anonymous function or a closure at the point where it is used. You can think of a lambda expression as an unnamed function (that’s why it’s called “anonymous”). Lambda expressions make code cleaner and more concise, and allow you to see behavior inline where it’s defined instead of referring to an external method, like a functor.
Read the full article on blogs.embarcadero.com
category tech posted by embarcadero 1 year ago 0 comments edit flag/unflag delete delete and ban this url

Comments (0)

You need to be logged in to write comments!
This story has no comments.