FastLED 3.9.15
Loading...
Searching...
No Matches

◆ back_insert_iterator()

template<typename Container>
fl::back_insert_iterator< Container >::back_insert_iterator ( Container & c)
inlineexplicit

Definition at line 90 of file iterator.h.

90: container(&c) {}
Container * container
Definition iterator.h:77
Back insert iterator - an output iterator that inserts elements at the end of a container.
Definition iterator.h:75

References FL_NOEXCEPT.

Referenced by operator*(), operator++(), operator++(), operator=(), and operator=().

+ Here is the caller graph for this function: