initializer信息详情

initializer发音

意思翻译

n.初始化器;[计]初始化程序;初始设定式

相似词语短语

cinematics definition───电影定义

committal definition───交付定义

fad definition───时尚定义

cataloguer definition───编目员定义

bat fowling shakespeare definition───捕蝙蝠莎士比亚的定义

vile definition───卑鄙的定义

chibouques definition───定义

interplead definition───引线间定义

figurant definition───形象定义

daysman definition───代斯曼定义

双语使用场景

Of initializer lists and type narrowing───初始化器列表和类型窄化(type narrowing)

Listing 2 shows a typical static initializer.───清单2显示了典型的静态初始化器。

Using auto with initializer list.───对初始化器列表使用auto。

As with a normal aggregate initializer, missing values are treated as though they'd been given 0 as an initializer.───使用普通的聚合初始化程序时,缺少的值会被认为它们已经被初始化程序指定为0来处理。

As you saw earlier, the code for a static field initializer executes inside an implicit type constructor.───正如您在前面看到的那样,静态字段初始值设定项的代码在隐式类型构造函数的内部执行。

The designated initializer syntax allows you to initialize members by name, without regard to the order in which they appear in an object.───指定的初始化程序语法允许您通过名字初始化成员,不用理会它们在对象中出现的顺序。

This error is also produced when you try to use the short form of an array initializer nested inside a collection initializer .───如果尝试使用嵌套在集合初始值设定项中的数组初始值设定项的缩写形式,也会生成此错误。

Metadata about operations, references, and basic attributes are initialized in a static block initializer, as shown in Listing 3.───有关操作、引用以及基本属性的元数据在一个静态初始程序块中被初始化,如清单3所示。

In standard C, the effect of this is to forbid the use of the address of a thread local variable as an initializer for an object or pointer.───在标准C中,这种作法的效果是禁止将线程本地变量的地址用作对象或指针的初始值设定项。

英语使用场景

For example, the initializer of an enumerator must be a constant expression.

The declarator must include an initializer.

You should utilize the initializer syntax for both static and instance variables.

The constructor that is used when no explicit initializer is supplied.

Although ival is declared extern, it has an initializer[sentencedict.com], which means this statement is a definition.

The anonymous object has been initialized by the brace-enclosed initializer list.

A member initializer that specifes an object initializer after the equals sign is an initialization of an embedded object.

Failed to configure component'{ 0 }'as a process initializer.

To make the initializer visible, we normally define such consts inside a header file.