FastLED 3.9.15
Loading...
Searching...
No Matches
fl::deque< T, Allocator >::iterator Class Reference

Detailed Description

template<typename T, typename Allocator = fl::allocator<T>>
class fl::deque< T, Allocator >::iterator

Definition at line 64 of file deque.h.

#include <deque.h>

+ Collaboration diagram for fl::deque< T, Allocator >::iterator:

Public Member Functions

 iterator (deque *dq, fl::size index)
 
bool operator!= (const iterator &other) const
 
T & operator* () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
T * operator-> () const
 
bool operator== (const iterator &other) const
 

Private Attributes

dequemDeque
 
fl::size mIndex
 

The documentation for this class was generated from the following file: