|
enumerator
|
|
计数机
|
分类:
|
详细解释:
|
|
以下为句子列表:
英文: A class name (9.1) or enumeration name (7.2) can be hidden by the name of an object, function, or enumerator declared in the same scope.
中文: 类名称(9.1)或枚举名称(7.2)被相同作用域中的对象,函数或枚举的名字隐藏。
更详细...
英文: If a class or enumeration name and an object, function, or enumerator are declared in the same scope (in any order) with the same name, the class or enumeration name is hidden wherever the object, function, or enumerator name is visible.
中文: 如果某类或枚举名字和一个对象,函数,或枚举符在相同作用域(以任意顺序)声明为相同名字,则一旦对象,函数,或枚举符的名字可见时,类或枚举的名字就被隐藏。
更详细...
|
|
|
|