deque< T, VectorType > Class Template Reference
[Containers]
A deque container.
More...
#include <deque.h>
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:
T
the element typeVectorType
the type of the underlying vector container, the default is stxxl::vector<T>
The documentation for this class was generated from the following file:
Generated on Thu Jun 4 10:30:03 2009 for Stxxl by
1.4.7