|
deque::~dequepublic 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.ComplexityLinear on deque::size.
|