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

Method operator<

src/fl/stl/set.h:499–501  ·  view source on GitHub ↗

Lexicographic comparison

Source from the content-addressed store, hash-verified

497
498 /// Lexicographic comparison
499 bool operator<(const set& other) const {
500 return fl::lexicographical_compare(begin(), end(), other.begin(), other.end());
501 }
502
503 /// Less-than-or-equal comparison
504 bool operator<=(const set& other) const {

Callers

nothing calls this directly

Calls 5

lexicographical_compareFunction · 0.85
beginFunction · 0.70
endFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected