Community

An Introduction to Sequence Containers in C++

(Manoj Debnath) In C++, the sequence containers are a group of template classes to store data elements. Because they are template classes, they can be used to store any data elements, including custom classes. The data structure they implement enables a sequential access.