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

Method begin

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

Source from the content-addressed store, hash-verified

83 iterator begin() FL_NOEXCEPT { return mData.begin(); }
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(); }

Callers 6

flat_mapClass · 0.45
cbeginMethod · 0.45
lower_boundMethod · 0.45
upper_boundMethod · 0.45
operator==Function · 0.45
operator<Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected