是否有可能从枚举中得出,如果是这样的话?
例如:
enum eStandardTypes { Type1 = 0, Type2, Unknown, Count, }; enum eExtendedTypes : eStandardTypes { Type3 = eStandardTypes::Count, Unknown, Count, };
c++ enums c++17
c++ ×1
c++17 ×1
enums ×1