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

◆ operator=() [1/2]

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

Definition at line 95 of file iterator.h.

95 {
96 container->push_back(value);
97 return *this;
98 }
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, and fl::type_rank< T >::value.

+ Here is the call graph for this function: