Is there a way to access all enumerations in a enum class with a using directive or similar?
I have a enum class which is used to clearly store the kinds of tokens which are passed into a parser for a calculator. The enum class looks like this:
I have a enum class which is used to clearly store the kinds of tokens which are passed into a parser for a calculator. The enum class looks like this: