15.5. Sequence Containers

The C++ Standard Template Library provides five sequence containersarray, vector, deque, list and forward_list. Class templates array, vector and deque are based on built-in arrays. Class templates list and forward_list implement linked-list data structures. We’ve already discussed and used class template array extensively, so we do not cover it again here.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.2.34