您要查找的是不是:
- Gets or sets the class type that contains the evaluator delegate. 获取或设置包含鉴别委托的类类型。
- The class type and string type are reference types. 类类型和字符串类型属于引用类型。
- The type specifier can denote a built-in data or class type. 数组定义中的类型名可以是内置数据类型或类类型;
- To create an object, call the constructor method in a class type. 要创建一个对象,应调用类中的构造器方法。
- Returns a Type that can be used to perform reflection, given a class type. 如果给定类类型,则返回可用于执行反射的。
- These expand to show the class types contained. 这些容器可以展开以显示包含的类类型。
- Class types do not allow casting. “类”不允许进行造型。
- The direct base class of a class type must be at least as accessible as the class type itself. 类类型的直接基类必须至少与类类型本身具有同样的可访问性。
- To define an implicit conversion to a class type, we need to define an appropriate constructor. 为了定义到类类型的隐式转换,需要定义合适的构造函数。
- Mapping binary + to an analogous operation for a class type can provide a convenient notational shorthand. 将二元+对应到一个类类型的类似操作可提供方便的简写方法。
- In addition to defining conversions to a class type, we can also define conversions from the class type. 除了定义到类类型的转换之外,我们还可以定义从类类型的转换。
- Function that redefines one of the C++ operators to operate on object(s) of class type. 将一个C++操作符重定义以操作类类型对象的函数。
- A member function template is never instantiated to perform the copy of a class object to an object of its class type. 这句话的理解可能是上面问题的答案,但是个人没有理解好。
- Non-explicit constructors that take a single parameter define a conversion from the parameter type to the class type. 接受一个形参的非显式构造函数定义从形参类型到类类型的转换。
- There is a third possibility: The element type might be of a class type that does not define any constructors. 还有第三种可能性:元素类型可能是没有定义任何构造函数的类类型。
- Container elements that are of class type can be value-initialized only if the class has a default constructor. 只有类提供了默认构造函数时,类类型的容器元素才能进行值初始化。
- Hence a variable of a class type can reference an instance of any descendant type. 因此,类类型的变量可以引用其所有子孙类型的实例。
- Members that are of class type are initialized by running each member's own default constructor. 具有类类型的成员通过运行各自的默认构造函数来进行初始化。
- Data members of class type are initialized by running the type's default constructor. 运行该类型的默认构造函数,来初始化类类型的数据成员。
- For objects of a class type, there are initializations that can be done only using direct-initialization. 对类类型的对象来说,有些初始化仅能用直接初始化完成。