constructible
美 [k?nst'r?kt?bl]
英 [k?nst'r?kt?bl] 
- adj.〔數(shù)〕可構(gòu)造;可以作圖的
- 網(wǎng)絡(luò)可構(gòu)成的;武器組合
英漢解釋
例句
Copy constructible types must be able to be constructed from another member of the type.
可復(fù)制構(gòu)造的類型必須能夠從該類型的另一個對象進(jìn)行構(gòu)造。
Can be used for types that are neither Assignable nor Copy Constructible.
可用于既不可賦值也不可復(fù)制構(gòu)造的類型。
It must be convertible to a raw pointer and constructible from a raw pointer.
它必須可以轉(zhuǎn)型為裸指針,以及可以從裸指針構(gòu)造。
A type T might be Cloneable even though it is not Assignable or Copy Constructible .
一個類型T即使不是可賦值或可復(fù)制構(gòu)造的,也可以是可克隆的。
If neither the second nor third option above is a valid option, T must be copy constructible and assignable.
如果上面第二和第三個選項都是有效選項,T必須是可構(gòu)造和可賦值的副本。
The two functions represent a layer of indirection which is necessary to support classes that are not Copy Constructible by default.
這兩個函數(shù)表示為一個間接層,為了支持缺省為不可復(fù)制構(gòu)造的類,這是必須的。
The algebraic system, on the other hand, makes up for the loss of elasticity and animation by being immediately "constructible. "
另一方面,代數(shù)體系通過迅速能被“建造”的特性補(bǔ)充了已丟失的靈活與生動性。
A type playing the role of copy-constructible-type in the CopyConstructible concept.
在可復(fù)制構(gòu)造概念中擔(dān)任可復(fù)制構(gòu)造類型角色的類型。