Tools.h++ Manual
104011 Tandem Computers Incorporated 22-119
22
T removeLast();
Removes and returns the last object in the collection. An exception of type
TOOL_INDEX
will be thrown if the list is empty.
void resize(size_t N);
Changes the capacity of the collection to
N
. Note that the number of objects in
the collection does not change, just the capacity.