FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator>()

template<typename T, typename Compare = fl::less<T>>
bool fl::priority_queue_stable< T, Compare >::operator> ( const priority_queue_stable< T, Compare > & other) const
inline

Greater-than comparison.

Definition at line 283 of file priority_queue.h.

283 {
284 return mQueue > other.mQueue;
285 }
fl::PriorityQueue< StableElement > mQueue
Stable priority queue that maintains FIFO ordering for equal-priority elements.

References priority_queue_stable(), and mQueue.

+ Here is the call graph for this function: