Double-ended queue implementation. More...
#include <Vector.H>
#include <ah-errors.H>
This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.
Go to the source code of this file.
Double-ended queue implementation.
Provides deque class supporting efficient insertion and removal at both ends, implemented using Aleph's Vector.
Definition in file deque.H.