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

Method push_back

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

Add a bit to the end (initialized to 0)

Source from the content-addressed store, hash-verified

155
156 // Add a bit to the end (initialized to 0)
157 void push_back() FL_NOEXCEPT {
158 resize(_size + 1);
159 }
160
161 // Remove the last bit
162 void pop_back() FL_NOEXCEPT {

Callers

nothing calls this directly

Calls 1

resizeFunction · 0.70

Tested by

no test coverage detected