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

◆ operator<()

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

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

228 {
229 return string_compare(*this, other) < 0;
230}
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: