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

◆ operator*()

template<typename T>
T & fl::list< T >::iterator::operator* ( ) const
inline

Definition at line 98 of file list.h.

98 {
99 return mNode->data;
100 }
Node * mNode
Definition list.h:92

References mNode.