en

Initializers

UK
/ɪˈnɪʃəlaɪzə/
US
/ɪˈnɪʃəˌlaɪɚ/
ru

Translation initializers into russian

initializer
Noun
raiting
UK
/ɪˈnɪʃəlaɪzə/
US
/ɪˈnɪʃəˌlaɪɚ/
The initializer sets the initial values for the object.
Инициализатор устанавливает начальные значения для объекта.

Definitions

initializer
Noun
raiting
UK
/ɪˈnɪʃəlaɪzə/
US
/ɪˈnɪʃəˌlaɪɚ/
A person or thing that initiates or sets something in motion.
The project manager acted as the initializer for the new software development process.
In computing, a routine or function that sets initial values for variables or data structures.
The initializer in the program sets all the counters to zero before the loop begins.

Idioms and phrases

object initializer
The object initializer allows you to set properties at the time of object creation.
инициализатор объекта
Инициализатор объекта позволяет задать свойства при создании объекта.
class initializer
The class initializer is executed when the class is first loaded.
инициализатор класса
Инициализатор класса выполняется при первой загрузке класса.
array initializer
You can use an array initializer to create an array with predefined elements.
инициализатор массива
Вы можете использовать инициализатор массива для создания массива с заранее определенными элементами.
static initializer
A static initializer block is used to initialize static fields.
статический инициализатор
Статический инициализатор используется для инициализации статических полей.
field initializer
Using a field initializer makes the code more readable.
инициализатор поля
Использование инициализатора поля делает код более читабельным.

Examples

quotes In the G method, using j in the initializer for the declaration of j is valid because its use does not precede the local-variable-declarator.
quotes В методе G использование j в инициализаторе для объявления j является верным, так как использование не предшествует декларатору_локальной_переменной.
quotes As of C++11, you can also assign values to a std::vector using an initializer-list:
quotes Начиная с C++11, вы также можете присваивать значения std::vector используя список инициализаторов:
quotes The creator of the session will be the master device or in RTP-MIDI terminology “Session Initializer”.
quotes Создатель сессии будет являться мастер-устройством или, говоря терминологией RTP-MIDI, инициализатором сессии.
quotes The initializer for y begins with a left brace, but the one for y[0] does not, therefore three elements from the list are used.
quotes Инициализатор для y начинается с левой фигурной скобки, но для y[0] скобки нет, поэтому из списка будут взяты три элемента.
quotes In the G method, the use of j in the initializer for the declaration of j is legal because the use does not precede the variable-declarator.
quotes В методе G использование j в инициализаторе для объявления j является верным, так как использование не предшествует декларатору_локальной_переменной.

Related words