Home / Object Oriented Programming / Define STL. Briefly explain component of STL

Define STL. Briefly explain component of STL

STL(Structured Template Library): STL is a set of C++ template classes that provided common data structure and functions like lists, stack, arrays etc.

STL has 3 components –

  • Container
  • Algorithm
  • Iterations