+ 4
The Standard Template Library (STL) is a set of C++ template classes to provide common programming data structures and functions such as lists, stacks, arrays, etc.
You can know more about it heređ
https://www.geeksforgeeks.org/the-c-standard-template-library-stl/



