Implicit Type Conversions的意思|示意

美 / / 英 / /

隐式类型转换


Implicit Type Conversions的网络常见释义

隐式类型转换 这是为了防止他们被用来执行隐式类型转换(implicit type conversions),虽然他们还能够被用于显示类型转换(explicit type conversions):

隐式型别转换 利用重载技术(overload)避免隐式型别转换(implicit type conversions)阅读全文>

转换 构造函数被声明为explicit,这可以阻止它们被用来执行隐式的类型转换(implicit type conversions),但仍可被用来就行显示的类型转换(explicit type conversions) :

Implicit Type Conversions相关例句

Use it to enable implicit conversions between a user-defined type and another type, if the conversion is guaranteed not to cause a loss of data.

使用它可启用使用者定义型别和其他型别之间的隐含转换,但前提是要保证转换作业不会导致资料的遗失。

However, because implicit conversions do not require programmers to explicitly cast from one type to the other, care must be taken to prevent unexpected results.

但是,因为隐式转换不需要程序员将一种类型显式强制转换为另一种类型,所以使用隐式转换时必须格外小心,以免出现意外结果。