std::queue<T,Container>::~queue

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

~queue();

A destructor. Destructs the queue

Complexity

Linear in the size of the queue.