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

Method operator<

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

Source from the content-addressed store, hash-verified

226}
227
228bool string::operator<(const string& other) const FL_NOEXCEPT {
229 return string_compare(*this, other) < 0;
230}
231
232bool string::operator<=(const string& other) const FL_NOEXCEPT {
233 return string_compare(*this, other) <= 0;

Callers

nothing calls this directly

Calls 1

string_compareFunction · 0.85

Tested by

no test coverage detected