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

◆ operator!=()

template<typename T, typename Compare = fl::less<T>, typename VectorT = vector<T>>
bool fl::PriorityQueue< T, Compare, VectorT >::operator!= ( const PriorityQueue< T, Compare, VectorT > & other) const
inline

Inequality comparison.

Definition at line 120 of file priority_queue.h.

120 {
121 return _data != other._data;
122 }

References PriorityQueue(), and _data.

+ Here is the call graph for this function: