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

◆ empty()

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

Definition at line 271 of file str.h.

271{ return mLength == 0; }
size_t mLength
Definition str.h:81

References mLength.