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

Method begin

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

Iterators

Source from the content-addressed store, hash-verified

73
74 // Iterators
75 iterator begin() { return mData.begin(); }
76 iterator end() { return mData.end(); }
77 const_iterator begin() const { return mData.begin(); }
78 const_iterator end() const { return mData.end(); }

Callers 5

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