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

◆ ends_with() [1/3]

bool fl::basic_string::ends_with ( char c) const

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

736{ return mLength > 0 && c_str()[mLength - 1] == c; }
const char * c_str() const FL_NOEXCEPT

References c_str(), and mLength.

+ Here is the call graph for this function: