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

◆ compare() [1/6]

int fl::basic_string::compare ( const basic_string & str) const

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

1111{ return fl::strcmp(c_str(), str.c_str()); }
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: