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.

Try in SPARQL Jump to: Surface forms Referenced by

All labels observed (1)

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Effective Modern C++ hasPart Item 32: Use init capture to move objects into closures