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

Function cend

src/fl/stl/vector.h:676–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674 return mArray ? static_cast<const T*>(mArray) : nullptr;
675 }
676 const_iterator cend() const FL_NOEXCEPT {
677 return mArray ? static_cast<const T*>(mArray) + mSize : nullptr;
678 }
679
680 // ======= SEARCH =======
681

Callers 1

crbeginMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected