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

Function end

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

Source from the content-addressed store, hash-verified

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
398 // Reverse iterator support
399 reverse_iterator rbegin() FL_NOEXCEPT { return reverse_iterator(end()); }

Callers 15

rbeginMethod · 0.70
eraseMethod · 0.70
findMethod · 0.70
countMethod · 0.70
containsMethod · 0.70
insertMethod · 0.70
eraseMethod · 0.70
findMethod · 0.70
containsMethod · 0.70
operator==Method · 0.70
operator<Method · 0.70
findMethod · 0.70

Calls 2

memoryFunction · 0.85
endMethod · 0.45

Tested by

no test coverage detected