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

◆ starts_with() [1/3]

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
bool fl::StrN< SIZE >::starts_with ( char c) const
inline

Definition at line 494 of file str.h.

494 {
495 return mLength > 0 && c_str()[0] == c;
496 }
const char * c_str() const
Definition str.h:326
fl::size mLength
Definition str.h:140

References c_str(), and mLength.

+ Here is the call graph for this function: