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&,不能經過隱式轉換。因此上述代碼會得到一個編譯錯誤: - The compile-time type of the initializer expression cannot be the null type.
在編譯時刻構造者表達式的類型不能為null類型。