void Input(istream& in);
in
.
void Output(ostream& out) const;
out
.
Input()
and Output()
are compatible in the
sense that Output()
will print the list in a form that is readable by
Input()
.
{}
.
{10, 20, 30}
This page was last modified on Feb 19, 2001
URL: http://people.hsc.edu/faculty-staff/robbk/Coms262/Lectures/ListFacilitators.html