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 157 of file list.h.

157 {
158 return &mNode->data;
159 }
const Node * mNode
Definition list.h:146

References mNode.