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

◆ begin() [2/2]

template<typename T>
const_iterator fl::list< T >::begin ( ) const
inline

Definition at line 277 of file list.h.

277 {
278 return const_iterator(mHead->next);
279 }
Node * mHead
Definition list.h:32

References mHead.