Skip to content
Kanykei Tashbaeva edited this page Nov 25, 2022 · 1 revision

** What is a Container?**

“An STL Container is a holder object that stores a collection of other objects (its elements). They are implemented as class templates, which allows a great flexibility in the types supported as elements.” — — — cplusplus.com

STL can be divided into 3 main features:

1. Containers

image

2. Iterators

image

3. Algorithms

image

Clone this wiki locally