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

◆ cbegin()

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

Definition at line 306 of file list.h.

306 {
307 return const_iterator(mHead->next);
308 }
Node * mHead
Definition list.h:32

References mHead.