| JUCE
    | 
Returned when dereferencing an EnumerateIterator. More...
#include <juce_Enumerate.h>
| Public Attributes | |
| Index | index | 
| Value | value | 
Returned when dereferencing an EnumerateIterator.
Allows querying the index associated with an element, along with a reference to the element itself.
You should never need to construct an instance of this type yourself. Instead, use the enumerate() function to construct a range that can be enumerated.
| Index Enumerated< Index, Value >::index | 
| Value Enumerated< Index, Value >::value |