
Deducing This
CppCast
00:00
Is Lambdas a Lamda Really a Closure Object?
In lambdas, you don't get qualifiers on your a call operator. You can be pretty sure that it's going to go out of scope after the operator france finishes. But if it's called atas an l value, it very well could be called again. That was actually the original motivation for this por because in lambdas you cannot actually do that rigt. The closure object is holding some resources that the calback needs. And let's say your call backs gets called. It's currently being owned by the no execution system. That it's residing on and it figures out that it actually needs to be called again as part of its schedule. This gives you more
Transcript
Play full episode