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.
category tech
posted by embarcadero 3 years ago
0 comments
flag/unflag
delete
delete and ban this url
Comments (0)
You need to be logged in to write comments!
This story has no comments.