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

Method operator<=

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

Source from the content-addressed store, hash-verified

230}
231
232bool string::operator<=(const string& other) const FL_NOEXCEPT {
233 return string_compare(*this, other) <= 0;
234}
235
236bool string::operator==(const string& other) const FL_NOEXCEPT {
237 if (size() != other.size()) {

Callers

nothing calls this directly

Calls 1

string_compareFunction · 0.85

Tested by

no test coverage detected