Initialization (programming): Difference between revisions

Content deleted Content added
does this article already exist?
A.A.Graff (talk | contribs)
Line 31:
 
Sometimes the term "initializer list" is also used to refer to the list of expressions in the array or struct initializer.
 
The coming new C++ standard, [[C++0x]], provides for a [[C++0x#Initializer_lists|more powerful concept of initializer lists]], by means of a template, called <tt>std::initializer_list</tt>.
 
==References==