Apache C++ Standard Library User's Guide
Chapter 5: vector and vector<bool>
5.1 The vector Data Abstraction
5.1.1 Include Files
5.2 vector Operations
5.2.1 Declaration and Initialization of vectors
5.2.2 Type Definitions
5.2.3 Subscripting a vector
5.2.4 Extent and Size-Changing Operations
5.2.5 Inserting and Removing Elements
5.2.6 Iteration
5.2.7 Test for Inclusion
5.2.8 Sorting and Sorted vector Operations
5.2.9 Useful Generic Algorithms
5.3 Boolean Vectors
5.4 Example Program: The Sieve of Eratosthenes