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

◆ operator<=()

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

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

142{ 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: