Vector

A vector is an ordered, indexed collection of objects. Operations get and set elements by index. The container add function always adds to the end of the vector; remove leaves a hole.

 Implementations:

Member functions: