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

◆ back()

char fl::string::back ( ) const
inline

Definition at line 697 of file str.h.

697 {
698 if (empty()) {
699 return '\0';
700 }
701 return c_str()[size() - 1];
702 }
const char * c_str() const
Definition str.h:326

References fl::StrN< FASTLED_STR_INLINED_SIZE >::c_str(), fl::StrN< FASTLED_STR_INLINED_SIZE >::empty(), and fl::StrN< FASTLED_STR_INLINED_SIZE >::size().

+ Here is the call graph for this function: