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

Method cend

src/fl/stl/set.h:418–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416 const_iterator end() const { return mTree.end(); }
417 const_iterator cbegin() const { return mTree.cbegin(); }
418 const_iterator cend() const { return mTree.cend(); }
419
420 // Reverse iterators
421 const_reverse_iterator rbegin() const { return mTree.rbegin(); }

Callers 8

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
flat_map.cppFile · 0.45
flat_set.cppFile · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected