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

Equality comparison.

Definition at line 115 of file priority_queue.h.

115 {
116 return _data == other._data;
117 }

References PriorityQueue(), and _data.

+ Here is the call graph for this function: