Chapter 5. Standard Library Containers and Algorithms
Note
Chapter Objectives
By the end of this chapter, you will be able to:
Explain what iterators are
Demonstrate the use of sequential containers, container adaptors, and associative containers
Understand and use unconventional containers
Explain cases of iterator invalidation
Discover algorithms implemented in the standard library
Use user-defined operations on algorithms with lambda expressions