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

◆ operator>=()

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

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

224 {
225 return string_compare(*this, other) >= 0;
226}
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: