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

Function back_inserter

src/fl/stl/iterator.h:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137/// @endcode
138template <typename Container>
139back_insert_iterator<Container> back_inserter(Container& c) FL_NOEXCEPT {
140 return back_insert_iterator<Container>(c);
141}
142
143/// Reverse iterator adapter - reverses the direction of a bidirectional iterator
144///

Callers 15

showPixelsMethod · 0.85
writeWS2812Method · 0.85
writeAPA102Method · 0.85
writeSK9822Method · 0.85
writeWS2801Method · 0.85
writeWS2803Method · 0.85
writeP9813Method · 0.85
writeLPD8806Method · 0.85
writeLPD6803Method · 0.85
writeSM16716Method · 0.85
writeHD108Method · 0.85
writeUCS7604Function · 0.85

Calls

no outgoing calls

Tested by 1

buildExpectedUCS7604Function · 0.68