declarator
常见例句
- 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.
成員指針和普通指針截然不同。成員指針衹能用成員指針聲明的語法聲明,不能用一般的指針聲明方法聲明。 返回 declarator