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

◆ empty()

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

Definition at line 730 of file vector.h.

730{ return mArray.empty(); }
HeapVector< T > mArray
Definition vector.h:623