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

◆ back()

char fl::basic_string::back ( ) const

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

126 {
127 if (empty()) return '\0';
128 return c_str()[mLength - 1];
129}
bool empty() const FL_NOEXCEPT
const char * c_str() const FL_NOEXCEPT

References c_str(), empty(), and mLength.

+ Here is the call graph for this function: