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

Method begin

src/fl/stl/multi_map.h:294–294  ·  view source on GitHub ↗

Iterators

Source from the content-addressed store, hash-verified

292
293 // Iterators
294 iterator begin() { return iterator(mTree.begin()); }
295 const_iterator begin() const { return const_iterator(mTree.begin()); }
296 const_iterator cbegin() const { return const_iterator(mTree.cbegin()); }
297 iterator end() { return iterator(mTree.end()); }

Callers 2

operator==Method · 0.45
operator<Method · 0.45

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected