MCPcopy Create free account
hub / github.com/FastLED/FastLED / operator>=

Method operator>=

src/fl/stl/string.cpp.hpp:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224bool string::operator>=(const string& other) const FL_NOEXCEPT {
225 return string_compare(*this, other) >= 0;
226}
227
228bool string::operator<(const string& other) const FL_NOEXCEPT {
229 return string_compare(*this, other) < 0;

Callers

nothing calls this directly

Calls 1

string_compareFunction · 0.85

Tested by

no test coverage detected