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

Detailed Description

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

Definition at line 111 of file deque.h.

#include <deque.h>

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

Public Member Functions

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

Private Attributes

const dequemDeque
 
fl::size mIndex
 

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