The Standard Template Library is a C++ library of container classes, algorithms and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterised: almost every ...