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

Method cbegin

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

Source from the content-addressed store, hash-verified

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
90 reverse_iterator rbegin() FL_NOEXCEPT { return mData.rbegin(); }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected