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

Method end

src/fl/stl/deque.h:381–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 }
380
381 iterator end() {
382 return iterator(this, mSize);
383 }
384
385 const_iterator end() const {
386 return const_iterator(this, mSize);

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected