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

Method begin

src/fl/stl/deque.h:373–375  ·  view source on GitHub ↗

Iterators

Source from the content-addressed store, hash-verified

371
372 // Iterators
373 iterator begin() {
374 return iterator(this, 0);
375 }
376
377 const_iterator begin() const {
378 return const_iterator(this, 0);

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected