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

◆ operator!=() [1/2]

bool fl::basic_string::operator!= ( const basic_string & other) const

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

139{ return fl::strcmp(c_str(), other.c_str()) != 0; }
const char * c_str() const FL_NOEXCEPT
int strcmp(const char *s1, const char *s2) FL_NOEXCEPT

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

+ Here is the call graph for this function: