Tag: Adaptors
-
A priority_queue is an Adaptor that provides a restricted subset of Container functionality: insertion, inspection and removal.
-
A queue is an Adaptor that provides a restricted subset of Container functionality.
-
A stack is an Adaptor that provides a restricted subset of Container functionality: it provides insertion, removal, and inspection of the element at the top of the stack.