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

◆ empty()

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

Definition at line 627 of file vector.h.

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