MCPcopy Create free account
hub / github.com/Tom94/tev / Comparator

Class Comparator

include/tev/ThreadPool.h:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 bool stopToken;
180
181 struct Comparator {
182 bool operator()(const QueuedTask& a, const QueuedTask& b) { return a.priority < b.priority; }
183 };
184 };
185
186 PriorityQueue<QueuedTask, QueuedTask::Comparator> mTaskQueue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected