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

◆ operator>=() [8/8]

bool fl::operator>= ( string_view lhs,
string_view rhs )
inline

Definition at line 457 of file string_view.h.

457 {
458 return lhs.compare(rhs) >= 0;
459}
int compare(string_view other) const FL_NOEXCEPT

References FL_NOEXCEPT.