The STL is the coloquial reference to the part of the standard library that deals with containers, iterators, algorithims, and all that. The standard probably does not use the term itself though.

"STL containers" is probably clearer to say than "standard containers," because primative arrays could be argued to be "standard containers". "Standard container" could mean STL compatible container, which is not the intended meaning here.