MCPcopy Create free account
hub / github.com/FastLED/FastLED / ~FixedVector

Function ~FixedVector

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

Destructor

Source from the content-addressed store, hash-verified

157
158 // Destructor
159 ~FixedVector() FL_NOEXCEPT { clear(); }
160
161 // Array subscript operator
162 T &operator[](fl::size index) FL_NOEXCEPT { return memory()[index]; }

Callers

nothing calls this directly

Calls 1

clearFunction · 0.70

Tested by

no test coverage detected