- Modern C++:Efficient and Scalable Application Development
- Richard Grimes Marius Bancila
- 53字
- 2021-06-10 18:28:18
Sequence containers
Sequence containers store a series of items and the order that they are stored in, and, when you access them with an iterator, the items are retrieved in the order in which they were put into the container. After creating a container, you can change the sort order with library functions.