C++核心准则Enum.6:避免无名枚举

Enum.6: Avoid unnamed enumerations Enum.6:避免无名枚举git   Reason(缘由) If you can't name an enumeration, the values are not relatedgithub 若是你没法为枚举命名,说明这些值之间没有关联。微信   Example, bad(反面示例)ide enum { red = 0xFF0
相关文章
相关标签/搜索