| 114 | class PriorityQueue { |
| 115 | public: |
| 116 | PriorityQueue() = default; |
| 117 | /** |
| 118 | * Push an element into the queue with a given priority. |
| 119 | * The queue should not be a priority queue. |
nothing calls this directly
no outgoing calls
no test coverage detected