initializer
Jump to navigation
Jump to search
English
[edit]Etymology
[edit]From initialize + -er.
Noun
[edit]initializer (plural initializers)
- One who, or that which, initializes.
- (programming) A routine that prepares something for use.
- 2017, Wisnu Anggoro, Learning C++ Functional Programming, page 8:
- Since C++11, the
auto
keyword is used to tell the compiler to deduce the actual type of a variable that is being declared from its initializer.
- (programming) A routine that prepares something for use.