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

◆ operator==()

bool fl::string::operator== ( const string & other) const
inline

Definition at line 656 of file str.h.

656 {
657 return strcmp(c_str(), other.c_str()) == 0;
658 }
const char * c_str() const
Definition str.h:326
static int strcmp(const string &a, const string &b)
Definition str.cpp:309

References fl::StrN< SIZE >::c_str(), fl::StrN< FASTLED_STR_INLINED_SIZE >::c_str(), and strcmp().

+ Here is the call graph for this function: