declarator是什么意思
2023-12-03 09:25:17
declarator
n. 说明符
例句
- The declarator must include an initializer. 声明者必须包含一个构造者。
- In C++, when used with a string, extern specifies that the linkage conventions of another language are being used for the declarator(s). 变量或者函数可能被定义在另外一个源文件中,或者在同一个文件的后面部分。
- If a Declarator is provided, it is declared and initialized to the value of the Expression. 如果用了auto标识符,就被初始化和声明为表达式的值和类型。
- direct abstract function declarator 直接抽象函数说明符
- direct abstract array declarator 直接抽象阵列说明符
- The "pointer to member" is distinct from the type "pionter", that is, a pointer to member is declared only by the pointer to member declarator syntax, and never by the pointer declarator syntax. 成员指针和普通指针截然不同。成员指针只能用成员指针声明的语法声明,不能用一般的指针声明方法声明。