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

Method cbegin

src/fl/stl/deque.h:407–409  ·  view source on GitHub ↗

Explicit const iterator accessors

Source from the content-addressed store, hash-verified

405
406 // Explicit const iterator accessors
407 const_iterator cbegin() const {
408 return const_iterator(this, 0);
409 }
410
411 const_iterator cend() const {
412 return const_iterator(this, mSize);

Callers

nothing calls this directly

Calls 1

const_iteratorClass · 0.70

Tested by

no test coverage detected