Queue.clear
void clear()Removes all the elements in queue. If queue elements contain dynamically-allocated memory, they should be freed first.
void clear()Removes all the elements in queue. If queue elements contain dynamically-allocated memory, they should be freed first.