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

Equality comparison.

Definition at line 263 of file priority_queue.h.

263 {
264 return mQueue == other.mQueue;
265 }
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: