std::deque<T,Allocator>::~deque

From cppreference.com
< cpp‎ | container‎ | deque

~deque();

A destructor. Destructs the deque

Complexity

Linear in the size of the deque.