Initialization (programming): Difference between revisions

Content deleted Content added
mNo edit summary
m Replaced an outdated html code with a wikicode. Please see Category:Articles with HTML markup.
Line 46:
Sometimes the term "initializer list" is also used to refer to the list of expressions in the array or struct initializer.
 
[[C++11]] provides for a [[C++11#Initializer_lists|more powerful concept of initializer lists]], by means of a template, called <tt>{{mono|std::initializer_list</tt>}}.
 
===Default initialization===