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

◆ compare() [1/6]

int fl::string_view::compare ( const char * s) const
inline

Definition at line 174 of file string_view.h.

174 {
175 return compare(string_view(s));
176 }
int compare(string_view other) const FL_NOEXCEPT
constexpr string_view() FL_NOEXCEPT
Definition string_view.h:39

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

+ Here is the call graph for this function: