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

◆ front() [1/2]

template<typename T>
T & fl::list< T >::front ( )
inline

Definition at line 256 of file list.h.

256 {
257 return mHead->next->data;
258 }
Node * mHead
Definition list.h:32

References mHead.