First page Back Continue Last page Graphics
list cont.
A list supports exception handling in such a was that almost every operation succeeds or is a no-op.
Lists provide neither a subscript operator nor at( ) because no random access is provided.
Lists don't provide operators for capacity or reallocation because neither is needed.
Lists provide many special member functions for moving elements.