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

Method cend

src/fl/stl/flat_map.h:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 const_iterator end() const FL_NOEXCEPT { return mData.end(); }
87 const_iterator cbegin() const FL_NOEXCEPT { return mData.begin(); }
88 const_iterator cend() const FL_NOEXCEPT { return mData.end(); }
89
90 reverse_iterator rbegin() FL_NOEXCEPT { return mData.rbegin(); }
91 reverse_iterator rend() FL_NOEXCEPT { return mData.rend(); }

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected