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

◆ pop_back()

void fl::basic_string::pop_back ( )

Definition at line 746 of file basic_string.cpp.hpp.

746 {
747 if (mLength > 0) {
748 mLength--;
749 c_str_mutable()[mLength] = '\0';
750 }
751}
char * c_str_mutable() FL_NOEXCEPT

References c_str_mutable(), and mLength.

+ Here is the call graph for this function: