Initialization (programming): Difference between revisions

Content deleted Content added
Tag: Reverted
Undid revision 1031153521 by 2601:803:C600:B190:4016:9F85:504A:E0F9 (talk)
Line 42:
};
</syntaxhighlight>
Here, the construct <code> : re(0), im(0)</code> is the initializer list.
 
Sometimes the term "initializer list" is also used to refer to the list of expressions in the array or struct initializer.