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

◆ empty()

template<typename T>
bool fl::HeapVector< T >::empty ( ) const
inline

Definition at line 315 of file vector.h.

315 {
316 return mSize == 0;
317 }
size_t mSize
Definition vector.h:221

Referenced by fl::HeapVector< DrawItem >::erase().

+ Here is the caller graph for this function: