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

Function capacity

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

Get the capacity of the vector

Source from the content-addressed store, hash-verified

186
187 // Get the capacity of the vector
188 constexpr fl::size capacity() const FL_NOEXCEPT { return N; }
189
190 // Add an element to the end of the vector
191 void push_back(const T &value) FL_NOEXCEPT {

Callers 1

fullMethod · 0.70

Calls 1

capacityMethod · 0.45

Tested by

no test coverage detected