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

Method end

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

Source from the content-addressed store, hash-verified

84 iterator end() FL_NOEXCEPT { return mData.end(); }
85 const_iterator begin() const FL_NOEXCEPT { return mData.begin(); }
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

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected