-
Notifications
You must be signed in to change notification settings - Fork 0
STL
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
2. Iterators
3. Algorithms