| | | | | |

Positional Containers

  • A Generic Container C
  • Organized and Accessible by Position
    • Client may insert or remove any T object at any position in C<T>
    • Examples: vector, list, deque, binary tree, graph
  • "pContainer" for short

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