Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ operator>=
Function
operator>=
src/fl/stl/string_view.h:457–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
455
}
456
457
inline bool operator>=(string_view lhs, string_view rhs) FL_NOEXCEPT {
458
return lhs.compare(rhs) >= 0;
459
}
460
461
// ======= OUTPUT HELPER =======
462
// Inline hash function for string_view
Callers
nothing calls this directly
Calls
1
compare
Method · 0.45
Tested by
no test coverage detected