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.
Public Attributes | |
Index | index |
Value | value |
Index juce::Enumerated< Index, Value >::index |
Value juce::Enumerated< Index, Value >::value |