First page
Back
Continue
Last page
Graphics
// print all the elements
// print all the elements
for(pos=coll.begin(); pos != coll.end(), ++pos)
cout << *pos << ' ';
cout << endl;
}
OUTPUT
min: 1
max: 6
1 2 6 5 4 3