deque< T, VectorType > Class Template Reference
[Containers]

A deque container. More...

#include <deque.h>

Inherits noncopyable.

List of all members.


Detailed Description

template<class T, class VectorType = stxxl::vector<T>>
class deque< T, VectorType >

A deque container.

It is an adaptor of the VectorType. The implementation wraps the elements around the end of the VectorType circularly. Template parameters:


The documentation for this class was generated from the following file: