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

Greater-than comparison.

Definition at line 135 of file priority_queue.h.

135 {
136 return _data > other._data;
137 }

References PriorityQueue(), and _data.

+ Here is the call graph for this function: