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

◆ begin() [1/2]

template<typename T, typename Allocator = fl::allocator<T>>
iterator fl::deque< T, Allocator >::begin ( )
inline

Definition at line 262 of file deque.h.

262 {
263 return iterator(this, 0);
264 }