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-or-equal comparison.

Definition at line 288 of file priority_queue.h.

288 {
289 return mQueue >= other.mQueue;
290 }
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: