List();
List(int sz);
sz
elements, each initialized to
the default value of the type T
.
List(int sz, const T& value);
sz
elements, each initialized to
the value value
.
List(const List& lst);
lst
.
This page was last modified on Feb 19, 2001
URL: http://people.hsc.edu/faculty-staff/robbk/Coms262/Lectures/ListConstructors.html