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

◆ end() [2/2]

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

Definition at line 274 of file deque.h.

274 {
275 return const_iterator(this, mSize);
276 }
fl::size mSize
Definition deque.h:21