Item 10: Prefer scoped enums to unscoped enums

E1750907 UNEXPLORED

"Item 10: Prefer scoped enums to unscoped enums" is a guideline in Effective Modern C++ that advocates using C++11 scoped enumerations (enum class) for safer, more strongly typed, and better-scoped enum usage.

Try in SPARQL Jump to: Surface forms Referenced by

All labels observed (1)

Label Occurrences
Item 10: Prefer scoped enums to unscoped enums canonical 1

Referenced by (1)

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

Effective Modern C++ hasPart Item 10: Prefer scoped enums to unscoped enums