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

◆ ends_with() [2/3]

bool fl::string_view::ends_with ( const char * s) const
inline

Definition at line 415 of file string_view.h.

415 {
416 return ends_with(string_view(s));
417 }
bool ends_with(string_view sv) const FL_NOEXCEPT
constexpr string_view() FL_NOEXCEPT
Definition string_view.h:39

References string_view(), ends_with(), and FL_NOEXCEPT.

+ Here is the call graph for this function: