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

◆ operator++() [1/2]

template<typename Container>
back_insert_iterator & fl::back_insert_iterator< Container >::operator++ ( )
inline

Definition at line 114 of file iterator.h.

114 {
115 return *this;
116 }

References back_insert_iterator(), and FL_NOEXCEPT.

+ Here is the call graph for this function: