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

Method end

src/fl/stl/map.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 iterator begin() { return data.begin(); }
36 iterator end() { return data.end(); }
37 const_iterator begin() const { return data.begin(); }
38 const_iterator end() const { return data.end(); }
39

Callers 1

insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected