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

◆ strcmp()

int fl::string::strcmp ( const string & a,
const string & b )
static

Definition at line 309 of file str.cpp.

309 {
310 return ::strcmp(a.c_str(), b.c_str());
311}

References fl::StrN< SIZE >::c_str().

Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: