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

◆ operator++() [2/2]

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

Definition at line 119 of file iterator.h.

119 {
120 return *this;
121 }

References back_insert_iterator(), and FL_NOEXCEPT.

+ Here is the call graph for this function: