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

◆ operator=() [2/2]

template<typename Container>
template<typename T>
back_insert_iterator & fl::back_insert_iterator< Container >::operator= ( T && value)
inline

Definition at line 103 of file iterator.h.

103 {
104 container->push_back(fl::move(value));
105 return *this;
106 }
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 back_insert_iterator(), container, FL_NOEXCEPT, fl::fl::move(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: