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

◆ end() [1/2]

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

Definition at line 270 of file deque.h.

270 {
271 return iterator(this, mSize);
272 }
fl::size mSize
Definition deque.h:21