Besides what was already mentioned, an advantage of enum class is better type safety – the enum class enumerators don’t convert implicitly to integers.
Besides what was already mentioned, an advantage of enum class is better type safety – the enum class enumerators don’t convert implicitly to integers.