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

Method end

src/fl/stl/list.h:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 iterator end() {
282 return iterator(mHead);
283 }
284
285 const_iterator end() const {
286 return const_iterator(mHead);

Callers 2

spliceMethod · 0.45
operator<Method · 0.45

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected