作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在浏览 n3690
,即将发布的草稿C++14
标准,我在 7.2
部分看到段9
:
Two enumeration types are layout-compatible if they have the same underlying type.
最佳答案
不,标准中没有黑字引用来说明这一点。最接近的是同一段落的第 7 点
7 [...] the underlying type is an integral type that can represent all the enumerator values defined in the enumeration. If no integral type can represent all the enumerator values, the enumeration is ill-formed. [...]
4 A prvalue of an unscoped enumeration type whose underlying type is fixed (7.2) can be converted to a prvalue of its underlying type.
关于c++ - 枚举类型布局是否与其基础类型兼容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21956017/
我是一名优秀的程序员,十分优秀!