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

◆ front() [2/2]

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

Definition at line 260 of file list.h.

260 {
261 return mHead->next->data;
262 }
Node * mHead
Definition list.h:32

References mHead.