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

◆ compare() [2/6]

int fl::basic_string::compare ( const char * s) const

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

1152 {
1153 if (!s) return mLength > 0 ? 1 : 0;
1154 return fl::strcmp(c_str(), s);
1155}
const char * c_str() const FL_NOEXCEPT
int strcmp(const char *s1, const char *s2) FL_NOEXCEPT

References c_str(), mLength, and fl::strcmp().

+ Here is the call graph for this function: