Chapter 7
Sequence Containers

Sequence containers are objects that store other objects of a single type, organized in a strictly linear arrangement.

list<T>

vector<T>

deque<T>