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-or-equal comparison.

Definition at line 140 of file priority_queue.h.

140 {
141 return _data >= other._data;
142 }

References PriorityQueue(), and _data.

+ Here is the call graph for this function: