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

◆ pop_back()

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
void fl::StrN< SIZE >::pop_back ( )
inline

Definition at line 566 of file str.h.

566 {
567 if (mLength > 0) {
568 mLength--;
569 c_str_mutable()[mLength] = '\0';
570 }
571 }
char * c_str_mutable()
Definition str.h:330
fl::size mLength
Definition str.h:140

References c_str_mutable(), and mLength.

+ Here is the call graph for this function: