MCPcopy Create free account
hub / github.com/FastLED/FastLED / end

Method end

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

< Makes an iterator instance for the start of the LED set

Source from the content-addressed store, hash-verified

474
475 iterator begin() { return iterator(leds, dir); } ///< Makes an iterator instance for the start of the LED set
476 iterator end() { return iterator(end_pos, dir); } ///< Makes an iterator instance for the end of the LED set
477
478 iterator begin() const { return iterator(leds, dir); } ///< Makes an iterator instance for the start of the LED set, const qualified
479 iterator end() const { return iterator(end_pos, dir); } ///< Makes an iterator instance for the end of the LED set, const qualified

Callers 1

CPixelViewClass · 0.45

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected