|
FastLED 3.9.15
|
| back_insert_iterator< Container > fl::back_inserter | ( | Container & | c | ) |
Helper function to create a back_insert_iterator.
This function template creates a back_insert_iterator for the given container, providing a more concise syntax than explicitly constructing the iterator.
| c | Reference to the container to insert into (must have push_back() method) |
Example:
Definition at line 139 of file iterator.h.
References FL_NOEXCEPT.
Referenced by fl::json::as_impl(), buildExpectedUCS7604(), fl::UCS7604ControllerT< DATA_PIN, RGB_ORDER, fl::UCS7604Mode::UCS7604_MODE_8BIT_800KHZ, fl::TIMING_UCS7604_800KHZ, CLOCKLESS_CONTROLLER >::showPixels(), fl::PixelIterator::writeAPA102(), fl::PixelIterator::writeHD108(), fl::PixelIterator::writeLPD6803(), fl::PixelIterator::writeLPD8806(), fl::PixelIterator::writeP9813(), fl::PixelIterator::writeSK9822(), fl::PixelIterator::writeSM16716(), fl::anonymous_namespace{channel.cpp.hpp}::writeUCS7604(), fl::PixelIterator::writeWS2801(), fl::PixelIterator::writeWS2803(), and fl::PixelIterator::writeWS2812().
Here is the caller graph for this function: