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

◆ operator<=()

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

Definition at line 232 of file string.cpp.hpp.

232 {
233 return string_compare(*this, other) <= 0;
234}
static int string_compare(const string &a, const string &b) FL_NOEXCEPT

References FL_NOEXCEPT, and fl::string_compare().

+ Here is the call graph for this function: