constructible
constructible什么意思,constructible翻译
基本解释
adj.: 〔数〕可构造;可以作图的
网络: 可构成的;武器组合
英汉解释
可以作图的
〔数〕可构造
例句
Copy constructible types must be able to be constructed from another member of the type.
可复制构造的类型必须能够从该类型的另一个对象进行构造。
Can be used for types that are neither Assignable nor Copy Constructible.
可用于既不可赋值也不可复制构造的类型。
It must be convertible to a raw pointer and constructible from a raw pointer.
它必须可以转型为裸指针,以及可以从裸指针构造。
A type T might be Cloneable even though it is not Assignable or Copy Constructible .
一个类型T即使不是可赋值或可复制构造的,也可以是可克隆的。
If neither the second nor third option above is a valid option, T must be copy constructible and assignable.
如果上面第二和第三个选项都是有效选项,T必须是可构造和可赋值的副本。
The two functions represent a layer of indirection which is necessary to support classes that are not Copy Constructible by default.
这两个函数表示为一个间接层,为了支持缺省为不可复制构造的类,这是必须的。
The algebraic system, on the other hand, makes up for the loss of elasticity and animation by being immediately "constructible. "
另一方面,代数体系通过迅速能被“建造”的特性补充了已丢失的灵活与生动性。
A type playing the role of copy-constructible-type in the CopyConstructible concept.
在可复制构造概念中担任可复制构造类型角色的类型。