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

◆ operator*()

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

Definition at line 109 of file iterator.h.

109 {
110 return *this;
111 }

References back_insert_iterator(), and FL_NOEXCEPT.

+ Here is the call graph for this function: