| | | | | |

Container Taxonomy Hierarchy (partial)

  • Positional
    • Sequential
      • vector
      • list
      • deque
    • Other
      • binary tree
      • graph
  • Associative
    • Unordered
      • hash set
      • hash map
    • Ordered
      • priority queue
      • set
      • map
      • multiset
      • multimap

| | Top of Page | 1. Positional Containers - 4 of 23