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

◆ substr() [1/2]

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
StrN fl::StrN< SIZE >::substr ( fl::size start) const
inline

Definition at line 552 of file str.h.

552 {
553 auto end = mLength;
554 return substring(start, end);
555 }
char * end()
Definition str.h:354
StrN substring(fl::size start, fl::size end) const
Definition str.h:524
fl::size mLength
Definition str.h:140

References StrN(), end(), mLength, and substring().

+ Here is the call graph for this function: