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

◆ begin() [1/2]

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

Definition at line 273 of file list.h.

273 {
274 return iterator(mHead->next);
275 }
Node * mHead
Definition list.h:32

References mHead.

Referenced by find(), find(), operator<(), operator==(), pop_front(), push_front(), push_front(), remove(), remove_if(), rend(), rend(), splice(), and unique().

+ Here is the caller graph for this function: