詞語:initializer
initializer的解釋
initializern. 初始化器;初始化程序;初始設定式
initializer的意思
initializer 初始化程序;初始設定式;初始化器;初始化;class initializer 類初始值設定項;類別初始設定式;類初始設置式;類別初始器;static initializer 靜態初始化器;Initializer Lists 初始化列表;projection initializer 初始化器;
initializer的參考例句
1.The constructor initializer is specified only on the constructor definition, not its declaration. 構造函數初始化只在構造函數的定義中而不是聲明中指定。
2.Class members that are not initialized in the initializer list are implicitly initialized by using their default constructor. 沒有在初始化列表中初始化的類成員,使用它們的默認構造函數隱式初始化。
3.The constructor initializer is a list of member names, each of which is followed by that member's initial value in parentheses. 構造函數的初始化式是一系列成員名,每個成員後面是括在圓括號中的初始值。