Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 316 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 316 Bytes

Cpp-STL-Notes

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.

STL has four major components:

  • Containers
  • Iterators
  • Algorithms
  • Function objects