... scope 作用域、生存空间 scope operator 生存空间操作符 scope resolution operator 生存空间解析操作符 ...
基于456个网页-相关网页
...B::member就表示类B中的成员member 命名空间 “::”是作用域限定符或者称作用域运算符或者作用域操作符(scope operator),例如命名空间。 “::”作用:namespace::name :: 的另一种用法 直接用在全局函数前,表示是全局函数。
基于61个网页-相关网页
class scope operator 这可以通过类域操作符
scope resolution operator 生存空间解析操作符 ; 范围解析运算子 ; 称为作用域解析运算符 ; 保存空间剖析操作符
global scope resolution operator 全局范围解析操作符 ; 全域生存空间运算子
scope qualifier operator 及其存取操作符
scope e operator 生存空间操作符
scope of an operator 运算子范畴
scope e resolution operator 生存空间解析操作符
global l scope resolution operator 全局范围解析操作符
globing scope resolution operator 全局范围解析操作符
After the name of a class or structure, type the members access operator or scope operator (as shown earlier in this topic).
在类别或结构的名称后面,输入成员存取运算子或范围运算子(如本主题稍早所述)。
You can access a static property using the scope resolution operator, which consists of a double colon (: :).
可以使用范围解析操作符来访问静态属性,该操作符由双冒号(:)组成。
The scope resolution operator should sit between the class name and the static property you wish to access.
范围解析操作符应位于类名和希望访问的静态属性之间。
应用推荐