Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 315 Bytes

scoped-enums.md

File metadata and controls

9 lines (6 loc) · 315 Bytes

Scoped enums

Scoped enumerations prevent the members from polluting the surrounding namespace. They can only be accessed through their scope and do not default to be an integer.

source

Thanks to @schubev.