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

Method operator>

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

Source from the content-addressed store, hash-verified

218}
219
220bool string::operator>(const string& other) const FL_NOEXCEPT {
221 return string_compare(*this, other) > 0;
222}
223
224bool string::operator>=(const string& other) const FL_NOEXCEPT {
225 return string_compare(*this, other) >= 0;

Callers

nothing calls this directly

Calls 1

string_compareFunction · 0.85

Tested by

no test coverage detected