declarator
常見(jiàn)例句
- The declarator must include an initializer.
聲明者必須包含一個(gè)搆造者。 - In C++, when used with a string, extern specifies that the linkage conventions of another language are being used for the declarator(s).
變量或者函數(shù)可能被定義在另外一個(gè)源文件中,或者在同一個(gè)文件的後麪部分。 - If a Declarator is provided, it is declared and initialized to the value of the Expression.
如果用了auto標(biāo)識(shí)符,就被初始化和聲明爲(wèi)表達(dá)式的值和類(lèi)型。 - direct abstract function declarator
直接抽象函數(shù)說(shuō)明符 - direct abstract array declarator
直接抽象陣列說(shuō)明符 - 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.
成員指針和普通指針截然不同。成員指針衹能用成員指針聲明的語(yǔ)法聲明,不能用一般的指針聲明方法聲明。 返回 declarator