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

◆ ends_with() [3/3]

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
template<fl::size M>
bool fl::StrN< SIZE >::ends_with ( const StrN< M > & suffix) const
inline

Definition at line 520 of file str.h.

520 {
521 return ends_with(suffix.c_str());
522 }
bool ends_with(const char *suffix) const
Definition str.h:504
const char * c_str() const
Definition str.h:326

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

+ Here is the call graph for this function: