OpenShot Audio Library | OpenShotAudio 0.4.0
|
#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.
Definition at line 109 of file juce_Enumerate.h.
Index juce::Enumerated< Index, Value >::index |
Definition at line 111 of file juce_Enumerate.h.
Value juce::Enumerated< Index, Value >::value |
Definition at line 112 of file juce_Enumerate.h.