FastLED 3.9.15
Loading...
Searching...
No Matches
fl::vector< T >::const_reverse_iterator Struct Reference

Detailed Description

template<typename T>
struct fl::vector< T >::const_reverse_iterator

Definition at line 472 of file vector.h.

#include <vector.h>

Public Member Functions

 const_reverse_iterator (const_iterator i) FL_NOEXCEPT
 
bool operator!= (const const_reverse_iterator &other) const FL_NOEXCEPT
 
const T & operator* () const FL_NOEXCEPT
 
const_reverse_iteratoroperator++ () FL_NOEXCEPT
 
const T * operator-> () const FL_NOEXCEPT
 
bool operator== (const const_reverse_iterator &other) const FL_NOEXCEPT
 

Public Attributes

const_iterator it
 

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