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

◆ operator*()

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

Definition at line 153 of file list.h.

153 {
154 return mNode->data;
155 }
const Node * mNode
Definition list.h:146

References mNode.