Item 42: Consider emplacement instead of insertion

E1750916 UNEXPLORED

"Item 42: Consider emplacement instead of insertion" is a guideline in Scott Meyers' book *Effective Modern C++* that explains when and why to prefer `emplace`-style container operations over traditional insertion functions to write more efficient and expressive C++11/14 code.

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 42: Consider emplacement instead of insertion