OpenShot Audio Library | OpenShotAudio 0.4.0
|
#include <juce_Enumerate.h>
Public Member Functions | |
constexpr | IteratorPair (Begin bIn, End eIn) |
constexpr auto | begin () const |
constexpr auto | end () const |
Wraps a pair of iterators, providing member begin() and end() functions that return those iterators. This is useful in situations where you have an iterator pair, but want to use that pair somewhere that requires an iterable range, such as in a ranged-for loop.
Definition at line 325 of file juce_Enumerate.h.
Constructs a pair from a begin and end iterator. Instead of calling this directly, use makeRange().
Definition at line 331 of file juce_Enumerate.h.
|
inlineconstexpr |
Returns the begin iterator.
Definition at line 335 of file juce_Enumerate.h.
|
inlineconstexpr |
Returns the end iterator.
Definition at line 338 of file juce_Enumerate.h.