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

◆ begin() [1/2]

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

Definition at line 373 of file deque.h.

373 {
374 return iterator(this, 0);
375 }

Referenced by fl::deque< int >::rend(), and fl::deque< int >::rend().

+ Here is the caller graph for this function: