Item 32: Use init capture to move objects into closures
E1750912
UNEXPLORED
"Item 32: Use init capture to move objects into closures" is a guideline in Scott Meyers' book *Effective Modern C++* that explains how to use C++14's generalized lambda capture to efficiently transfer ownership of objects into lambda expressions.
All labels observed (1)
| Label | Occurrences |
|---|---|
| Item 32: Use init capture to move objects into closures canonical | 1 |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.