initializer
基本解釋
- n.初始化程序
英漢例句
- The initializer must be an expression.
這個搆造者必須是一個表達式。 - The declarator must include an initializer.
聲明者必須包含一個搆造者。 - We are using here an object initializer.
我們在這裡使用了一個對象搆造器。 - The initializer for a "plain" T& must be an lvalue of type T.
就是說,衹有確切的類型T才能初始化T&,不能經(jīng)過隱式轉(zhuǎn)換。因此上述代碼會得到一個編譯錯誤: - The compile-time type of the initializer expression cannot be the null type.
在編譯時刻搆造者表達式的類型不能爲null類型。