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

◆ ends_with() [2/3]

bool fl::basic_string::ends_with ( const basic_string & suffix) const

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

737{ return ends_with(suffix.c_str()); }
bool ends_with(const char *suffix) const FL_NOEXCEPT

References basic_string(), c_str(), and ends_with().

+ Here is the call graph for this function: