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

Lexicographic comparison.

Definition at line 273 of file priority_queue.h.

273 {
274 return mQueue < other.mQueue;
275 }
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: