Standard C++ Library Class Reference
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
deque
Container
Summary
A sequence that supports random access iterators and efficient insertion/deletion at both
beginning and end.
Contents
Synopsis●
Description●
Interface●
Constructors and Destructor●
Allocator●
Iterators●
Assignment Operator●
Reference Operators●
Member Functions●
Non-member Functions●
Example●
Warnings●
Synopsis
#include <deque>
template <class T, class Allocator = allocator>
class deque;