class-type conversion的意思|示意

美 / / 英 / /

类类型转换


class-type conversion的网络常见释义

类类型转换 ...类类型转换(class-type conversion) 到类类型或从类类型的转换。接受一个形参的非显式构造函数定义从形参类型到类类型的转换。

通过类类型转换 (4)t通过类类型转换(class-type conversion):构造函数/转换操作符

class-type conversion相关短语

1、 with class type conversion 用类类型转换的

class-type conversion相关例句

For a type conversion operator, either the operand or the return type must be of the data type of the class or structure.

对于类型转换运算符,操作数或返回类型必须是类或结构的数据类型。

A definition of a conversion operator that returns the type of your class or structure.

一个转换运算符的定义,返回您的类或结构的类型。

A constructor that can be called with a single argument defines an implicit conversion from the parameter type to the class type.

可以用单个实参来调用的构造函数定义了从形参类型到该类类型的一个隐式转换。

When you define a class or structure, you can define one or more conversion operators to convert that class or structure type to other types.

当您定义类别或结构时,可以定义一或多个将该类别或结构型别转换为其他型别的转换运算子。

A definition of a conversion operator where the argument is of the type of your class or structure.

转换运算子的定义,其中引数的型别就是类别或结构的型别。