List& operator=(const List& lst);
lst
to this list.
T& operator[](int pos);
pos
must be in the range 1
to Size()
.
This page was last modified on Feb 19, 2001
URL: http://people.hsc.edu/faculty-staff/robbk/Coms262/Lectures/ListOperators.html