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

Function cend

src/fl/stl/unordered_map.h:304–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 const_iterator end() const { return const_iterator(this, _buckets.size()); }
303 const_iterator cbegin() const { return const_iterator(this, 0); }
304 const_iterator cend() const {
305 return const_iterator(this, _buckets.size());
306 }
307
308 static bool NeedsRehash(fl::size size, fl::size bucket_size, fl::size tombstones,
309 u8 load_factor) {

Callers

nothing calls this directly

Calls 2

const_iteratorClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected