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

◆ empty()

template<size_t SIZE = 64>
bool fl::StrN< SIZE >::empty ( ) const
inline

Definition at line 296 of file str.h.

296{ return mLength == 0; }
size_t mLength
Definition str.h:108

References mLength.