Lesson 15. An Introduction to the Standard Template Library
Put in simple terms, the standard template library (STL) is a set of template classes and functions that supply the programmer with
Containers for storing information
Iterators for accessing the information stored
Algorithms for manipulating the content of the containers
In this lesson, you get an overview of these three pillars of STL.
STL Containers
Containers are STL classes that are ...
Get Sams Teach Yourself C++ in One Hour a Day, Eighth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.