constructor initializer
常見例句
- Some members must be initialized in the constructor initializer.
有些成員必須在搆造函數(shù)初始化列表中進(jìn)行初始化。
andyandyandysun.blog.163.com - A constructor initializer list specifies initial values for one or more data members of the class.
搆造函數(shù)的初始化列表爲(wèi)類的一個(gè)或多個(gè)數(shù)據(jù)成員指定初值。
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.
搆造函數(shù)的初始化式是一系列成員名,每個(gè)成員後麪是括在圓括號中的初始值。
www.fengjiujund.com.cn 返回 constructor initializer