All about capture.
C++ Lambda Week: Capturing Things
by Bartlomiej Filipek
From the article:
We’re in the second day of the lambda week. Today you’ll learn about the options you have when you want to capture things from the external scope. Local variables, global, static, variadic packs, this pointer… what’s possible and what’s not?
Add a Comment
Comments are closed.