What is the translation of " INITIALIZER " in Chinese? S

Noun
初始化器
初始化
一个初始化器

Examples of using Initializer in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
This initializer would not be legal:.
但这样初始化是不合法的:.
With username, designated initializer.
调用你的新的designatedinitializer
The initializer must have storage to initialize.
初始化式必须要有存储空间来进行初始化。
Every class must have at least one designated initializer.
每个类至少得有一个指定初始化器
This convenience initializer cannot yet modify any properties.
这个便利初始化器还不能修改任何属性。
Scope of the second'x' begins before the initializer(= x).
第二个'x'的作用域在初始化器(=x)前开始.
An initializer specifies the initial value stored in an object.
初始化器指定存储于一个对象中的初始值。
At most one variantmember can have a default member initializer.
至多一个变体成员能拥有默认成员初始化器
This initializer is therefore inherited by RecipeIngredient.
这个构造器因此也被RecipeIngredient继承。
At most one variantmember can have a default member initializer.
至多一个变体成员可以拥有默认成员初始化器
If initializer is absent, each element is default-initialized.
若不存在initializer,则每个元素都被默认初始化.
Yet in many cases, an object's declaration includes an initializer.
但是在许多情况下,对象的声明包含了一个初始化器
The example below uses the initializer to try to convert a String into an Int:.
下面的例子使用初始化器来尝试转换String到Int:.
Nearly every local variable declaration should contain an initializer.
几乎每个局部变量声明都应该包含一个初始化器
This initializer can be used to create a new Food instance with a specific name:.
这个构造器可以使用一个特定的名字来创建新的Food实例:.
Specifically, it declares a name property of type String,and an init name initializer.
特别的,它声明了一个String类型的name属性,和一个init(name:)初始化器
The explicitly typed initializer idiom forces auto to deduce the type you want it to have.
显式类型初始化语法强制auto推导出你想要它推导的类型。
Until C++11,aggregate initialization could not be used in a constructor initializer list due to syntax restrictions.
C++11前,聚合初始化不能用于构造函数初始化器列表,因为语法限制。
An anonymous object initializer declares an anonymous type and returns an instance of that type.
一个匿名对象初始化器声明了一个匿名类型并返回了该类型的一个实例。
The Food class does not have a superclass, and so the init(name:String) initializer does not need to call super.
Food类没有父类,所以init(name:String)构造器不需要调用super.
Because initializer_list is a real type, it can be used in other places besides class constructors.
因为初始化列表是真实类型,除了类型构造式之外还能够被用在其他地方。
The order of evaluation of subexpressions in an array initializer is indeterminately sequenced in C(but not in C++ since c++11):.
数组初始化器中的子表达式求值顺序在C中是不定序的(但在从C++11开始的C++中不是):.
This initializer simply assigns the origin and size argument values to the appropriate stored properties:.
这个构造器只是简单地将origin和size的参数值赋给对应的存储型属性:.
If it doesn't, the new value the convenience initializer assigns will be overwritten by its own class's designated initializer.
如果没这么做,便利构初始化器赋予的新值将被自己类中其它指定初始化器所覆盖。
An instance initializer is simply a block of code inside the body of a class, but outside of any methods or constructors.
一个实例初始化程序只是一个类的代码块,但在任何方法或构造函数之外。
You can provide initialization parameters as part of an initializer's definition, to define the types and names of values that customize the initialization process.
你可以提供初始化形式参数作为初始化器的一部分,来定义初始化过程中的类型和值的名称。
This will call the initializer list constructor, not the constructor of std::vector that takes a single size parameter and creates the vector with that size.
这将会调用初始化串行建构式,而不是调用std::vector只接受一个尺寸参数产生相应尺寸vector的建构式。
Therefore, the names and types of an initializer's parameters play a particularly important role in identifying which initializer should be called.
因此,一个初始化器的参数名称和类型在识别该调用哪个初始化器的时候就扮演了一个非常重要的角色。
The init(center: size:) initializer could have assigned the new values of origin and size to the appropriate properties itself.
Init(center:size:)初始化器可能自己已经为origin和size属性赋值了新值。
Results: 29, Time: 0.0245
S

Synonyms for Initializer

initialiser

Top dictionary queries

English - Chinese