C++ Language/Std/Stl/Adapters

A "STL adapter" exposes a theoretical data structure, with its storage being internally implemented by the usage of some existing collection class.

  1. Stack
  2. Queue
  3. Binary-Heap