constructor initializer
基本解釋
- [計算機科學技術]構造函數(shù)初始值設定項
英漢例句
- Some members must be initialized in the constructor initializer.
有些成員必須在構造函數(shù)初始化列表中進行初始化。
andyandyandysun.blog.163.com - A constructor initializer list specifies initial values for one or more data members of the class.
構造函數(shù)的初始化列表為類的一個或多個數(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ù)的初始化式是一系列成員名,每個成員后面是括在圓括號中的初始值。
www.fengjiujund.com.cn
雙語例句
詞組短語
- Constructor Initializer Lists 構造函數(shù)初始化列表
- constructor initializer list 構造函數(shù)初始化列表
短語
專業(yè)釋義
- 構造函數(shù)初始值設定項