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

◆ empty()

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

Definition at line 88 of file priority_queue.h.

88{ return _data.size() == 0; }

References _data.