C++ Language/Std/Stl/Adapters

< C++ Language‎ | Std‎ | Stl

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