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

◆ size()

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

Definition at line 89 of file priority_queue.h.

89{ return _data.size(); }

References _data.