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

Method end

src/fl/stl/flat_set.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 // Iterators
75 iterator begin() { return mData.begin(); }
76 iterator end() { return mData.end(); }
77 const_iterator begin() const { return mData.begin(); }
78 const_iterator end() const { return mData.end(); }
79 const_iterator cbegin() const { return mData.begin(); }

Callers 3

cendMethod · 0.45
operator==Function · 0.45
operator<Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected