Item 11: Prefer deleted functions to private undefined ones

E1750908 UNEXPLORED

"Item 11: Prefer deleted functions to private undefined ones" is a guideline from Scott Meyers’ *Effective Modern C++* that advocates using C++11’s `= delete` syntax to disable functions more clearly and safely than the older technique of declaring them private and leaving them undefined.

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 11: Prefer deleted functions to private undefined ones