restting a queue stl

Solutions on MaxInterview for restting a queue stl by the best coders in the world

showing results for - "restting a queue stl"
Justine
06 Sep 2020
1// To clear the queue Q defined as "queue<int> Q"
2Q = queue<int>();