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.
C++ Language |
A "STL adapter" exposes a theoretical data structure, with its storage being internally implemented by the usage of some existing collection class.