I\'ve come to a pattern when writing enums in C++. It is like this:
class Player { public: class State { public: typedef enum {
No there isn't, and if you need this, you probably shouldn't be using an enum in the first place.
enum
In your particular case, what's a use case where you'd ever want to call Count?
Count