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

Method cend

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

Source from the content-addressed store, hash-verified

78 const_iterator end() const { return mData.end(); }
79 const_iterator cbegin() const { return mData.begin(); }
80 const_iterator cend() const { return mData.end(); }
81
82 reverse_iterator rbegin() { return mData.rbegin(); }
83 reverse_iterator rend() { return mData.rend(); }

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected