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

Inequality comparison.

Definition at line 268 of file priority_queue.h.

268 {
269 return mQueue != other.mQueue;
270 }
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: