Home > Fresh News > STL-containers member functions table (C++02 and C++11)

STL-containers member functions table (C++02 and C++11)

January 27th, 2013 Leave a comment Go to comments

cppreference.com: The Containers library is a generic collection of class templates and algorithms that allow programmers to easily implement common data structures like queues, lists and stacks.   There are three classes of containers — sequence containers, associative containers, and unordered associative containers — each of which is designed to support a different set of operations.

Pdf version

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.