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

Method cbegin

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

Source from the content-addressed store, hash-verified

77 const_iterator begin() const { return mData.begin(); }
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(); }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected