enum members of members in C++, or alternative – Photoshop
I want to use C++ to create an enum whose members have members. I had a similar question here, but that one dealt with D, not C++. In Python, I can do this: class Product(enum.Enum): PHOTOSHOP = "Image editor.", 0…