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

Lexicographic comparison.

Definition at line 125 of file priority_queue.h.

125 {
126 return _data < other._data;
127 }

References PriorityQueue(), and _data.

+ Here is the call graph for this function: