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

◆ operator==() [2/2]

bool fl::basic_string::operator== ( const char * other) const

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

145{ return fl::strcmp(c_str(), other ? other : "") == 0; }
const char * c_str() const FL_NOEXCEPT
int strcmp(const char *s1, const char *s2) FL_NOEXCEPT

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

+ Here is the call graph for this function: