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

◆ operator>()

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

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

220 {
221 return string_compare(*this, other) > 0;
222}
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: