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.
All labels observed (1)
| Label | Occurrences |
|---|---|
| Item 11: Prefer deleted functions to private undefined ones canonical | 1 |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.