class types
类类型
一个类类型
AnyObject can represent an instance of any class type . Floating-point types and class types are not allowed as value parameters. In F, self is used to refer current object of class type . The expression must denote a value of the class type System. Any of the static members of the class type are referenced. Combinations with other parts of speech
Usage with adjectives
More
There are no uninitialized variables of class type . This kind of percentage is normal. If T is not of type Type . 类类型 定义了一个包含数据成员(字段)和函数成员(方法、属性等)的数据结构。A class type defines a data structure that contains data members(fields) and function members(methods, properties, and others). 这就允许小型的类类型 ,如std::complex或gsl::span,可以在寄存器中传递给函数或从函数返回。 This allows objects of small class types , such as std::complex or std::span, to be passed to or returned from functions in registers. 在C++03中,类类型 的右值具有已知的动态类型-它是该表达式的静态类型。 In C++03, rvalues of class type have a known dynamic type- it's the static type of that expression. 类类型 (例如classX)可在翻译单元中的一处不完整而在其之后补充完整;.A class type (such as"class X") might be incomplete at one point in a translation unit and complete later on; 类类型 支持继承,一种机制,派生的类可以对基类进行扩展和特殊化。Class types support inheritance, a mechanism whereby derived classes can extend and specialize base classes. . 类类型 支持继承,继承是一种机制,它使派生类可以对基类进行扩展和专用化。Class types support inheritance, a mechanism whereby a derived class can extend and specialize a base class. . New_type-指向完整类类型 的指针、到完整类类型 的引用,或指向(可选的cv限定)void的指针. New_type- pointer to complete class type , reference to complete class type , or pointer to(optionally cv-qualified) void. 类类型 支持继承,继承是一种机制,它使派生类可以对基类进行扩展和专用化。Class types support inheritance, a mechanism whereby derived classes can extend and specialize base classes. . C++标准库提供了string类类型 ,支持上述所有的操作,另外还增加了其他更多的功能。 The standard C++ library provides a string class type that supports all the operations mentioned above, additionally much more functionality. 记住,当你创建一个类类型 的变量时,你仅仅创建了一个类的引用。 Keep in mind that when you create a variable of a class type , you are only creating a reference to an object. 类类型 支持继承,一种机制,派生的类可以对基类进行扩展和特殊化。Class types support single inheritance and polymorphism, mechanisms whereby derived classes can extend and specialize base classes. . 数组对象的声明类型可以是不完整类类型 的数组,从而它不完整;. The declared type of an array object might be an array of incomplete class type and therefore incomplete; Otherwise, if T is a class type , lookup begins in the class scope of T. C中的每个类型都直接或间接地从object类类型 派生,而object是所有类型的最终基类。 Every type in C directly or indirectly derives from the object class type , and object is the ultimate base class of all types. . 类类型 的右值是一个表达式,其评估创建一个临时对象。An rvalue of class type is an expression whose evaluation creates a temporary object. 在C++中没有operator**,因此你不能为类类型 创建它。 There is no operator** in C++, so you cannot create one for a class type . C中的每种类型都是直接或间接从object类类型 派生的。 Every type in C directly or indirectly derives from the object class type . C中的任何一个类型都是直接或间接地从object类类型 派生的。 Every type in C directly or indirectly derives from the object class type . 在C中,所有的异常必须由从System.Exception派生的类类型 的实例来表示。 C, all exceptions must be represented by an instance of a class type derived from System. Exception. 若不对类类型 (struct、class或union)提供用户定义的移动构造函数,且下列所有为真:. If no user-defined move assignment operators are provided for a class type (struct, class, or union), and all of the following is true:. Swift为类类型 定义了两种初始化器以确保所有的存储属性接收一个初始值。 Swift defines two kinds of initializers for class types to help ensure all stored properties receive an initial value. 表达式拥有类类型 且其值在用户定义转换函数后,在第二标准转换前是负的;. The expression is of class type and its value after user-defined conversion function and before the second standard conversion is negative;
Display more examples
Results: 40 ,
Time: 0.0186