deque::~deque | public member function |
~deque ( ); |
Deque destructor
Destructs the container object. This calls each of the contained element's destructors and deallocates the storage allocated for the elements in the deque.
Complexity
Linear on deque::size.