Apache C++ Standard Library User's Guide
Chapter 8: set, multiset, and bitset
8.1 The set Data Abstraction
8.1.1 Include Files
8.2 set and multiset Operations
8.2.1 Declaration and Initialization of set
8.2.2 Type Definitions
8.2.3 Insertion
8.2.4 Removal of Elements from a set
8.2.5 Searching and Counting
8.2.6 Iterators
8.2.7 set Operations
8.2.7.1 Subset test
8.2.7.2 Set Union or Intersection
8.2.7.3 Set Difference
8.2.8 Other Generic Algorithms
8.3 Example Program: A Spelling Checker
8.4 The bitset Abstraction
8.4.1 Include Files
8.4.2 Declaration and Initialization of bitset
8.4.3 Accessing and Testing Elements
8.4.4 set Operations
8.4.5 Conversions