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

◆ operator->()

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

Definition at line 102 of file list.h.

102 {
103 return &mNode->data;
104 }
Node * mNode
Definition list.h:92

References mNode.