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

Method operator-

src/pixelset.h:156–156  ·  view source on GitHub ↗

Return the reverse ordering of this set

Source from the content-addressed store, hash-verified

154
155 /// Return the reverse ordering of this set
156 inline CPixelView operator-() { return CPixelView(leds, len - dir, 0); }
157
158 /// Return a pointer to the first element in this set
159 inline operator PIXEL_TYPE* () const { return leds; }

Callers

nothing calls this directly

Calls 1

CPixelViewClass · 0.85

Tested by

no test coverage detected