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

◆ front()

char fl::basic_string::front ( ) const

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

121 {
122 if (empty()) return '\0';
123 return c_str()[0];
124}
bool empty() const FL_NOEXCEPT
const char * c_str() const FL_NOEXCEPT

References c_str(), and empty().

+ Here is the call graph for this function: