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

Function begin

src/fl/stl/vector.h:394–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392 // Iterator support
393 iterator begin() FL_NOEXCEPT { return &memory()[0]; }
394 const_iterator begin() const FL_NOEXCEPT { return &memory()[0]; }
395 iterator end() FL_NOEXCEPT { return &memory()[current_size]; }
396 const_iterator end() const FL_NOEXCEPT { return &memory()[current_size]; }
397

Callers 15

rendMethod · 0.70
serial_beginFunction · 0.70
eraseMethod · 0.70
operator==Method · 0.70
operator<Method · 0.70
findMethod · 0.70
lowestMethod · 0.70
highestMethod · 0.70
nextMethod · 0.70
prevMethod · 0.70
eraseMethod · 0.70
operator==Method · 0.70

Calls 2

memoryFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected