名字隐藏 meaning in Chinese
name hiding
Examples
- [ note : 3 . 5 discusses linkage issues . the notions of scope , point of declaration and name hiding are discussed in 3 . 3
注: 3 . 5讨论连接性的问题。作用域,声明点和名字隐藏的概念在3 . 3中讨论。 - 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 )被相同作用域中的对象,函数或枚举的名字隐藏。 - Because the name of a class is inserted in its class scope ( clause 9 ) , the name of a class is also considered a member of that class for the purposes of name hiding and lookup
由于类的名称是被插入到其类作用域(章节9 )中,所以处理名字隐藏和查找时,类的名字同样被看作该类的成员。