constructor initializer
常見例句
- Some members must be initialized in the constructor initializer.
有些成員必須在構造函數初始化列表中進行初始化。
andyandyandysun.blog.163.com - A constructor initializer list specifies initial values for one or more data members of the class.
構造函數的初始化列表為類的一個或多個數據成員指定初值。
www.fengjiujund.com.cn - The constructor initializer is a list of member names, each of which is followed by that member's initial value in parentheses.
構造函數的初始化式是一系列成員名,每個成員后面是括在圓括號中的初始值。
www.fengjiujund.com.cn 返回 constructor initializer