FastLED 3.9.15
Loading...
Searching...
No Matches
fl::FixedVector< T, N >::const_reverse_iterator Struct Reference

Detailed Description

template<typename T, fl::size N>
struct fl::FixedVector< T, N >::const_reverse_iterator

Definition at line 375 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: