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

◆ empty()

template<typename T, typename Compare = fl::less<T>>
bool fl::priority_queue_stable< T, Compare >::empty ( ) const
inline

Check if the queue is empty.

Returns
true if empty, false otherwise

Definition at line 240 of file priority_queue.h.

240 {
241 return mQueue.empty();
242 }
fl::PriorityQueue< StableElement > mQueue

References mQueue.

Referenced by clear().

+ Here is the caller graph for this function: