A deque container. More...
#include <deque.h>
Inherits noncopyable.
A deque container.
It is an adaptor of the VectorType. The implementation wraps the elements around the end of the VectorType circularly. Template parameters:
T the element typeVectorType the type of the underlying vector container, the default is stxxl::vector<T> 
 1.7.1