13.3 — Unscoped enumerator integral conversions
In the prior lesson (), we mentioned that enumerators are symbolic constants. What we didn’t tell you then is that these enumerators have values that are of an integral type. This is similar to the case with chars (). Consider: char ch { ‘A’ }; A char is really just …