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

◆ empty()

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

Definition at line 315 of file list.h.

315 {
316 return mSize == 0;
317 }
fl::size mSize
Definition list.h:33

References mSize.

Referenced by clear(), pop_back(), pop_front(), and splice().

+ Here is the caller graph for this function: