Audacity 3.2.0
|
#include <IteratorX.h>
Public Member Functions | |
IotaRange (Integral inclusiveLower, Integral exclusiveUpper) | |
Public Member Functions inherited from IteratorRange< NumberIterator< Integral > > | |
IteratorRange (const NumberIterator< Integral > &a, const NumberIterator< Integral > &b) | |
IteratorRange (NumberIterator< Integral > &&a, NumberIterator< Integral > &&b) | |
IteratorRange< reverse_iterator > | reversal () const |
NumberIterator< Integral > | begin () const |
NumberIterator< Integral > | end () const |
reverse_iterator | rbegin () const |
reverse_iterator | rend () const |
bool | empty () const |
operator bool () const | |
size_t | size () const |
iterator | find (const T &t) const |
long | index (const T &t) const |
bool | contains (const T &t) const |
iterator | find_if (const F &f) const |
long | index_if (const F &f) const |
bool | all_of (const F &f) const |
bool | any_of (const F &f) const |
bool | none_of (const F &f) const |
R | accumulate (R init, Binary binary_op={}, Unary unary_op={}) const |
R | accumulate (R init, Binary binary_op, R2(C ::*pmf)() const) const |
R | min (Unary unary_op={}) const |
R | min (R2(C ::*pmf)() const) const |
R | max (Unary unary_op={}) const |
R | max (R2(C ::*pmf)() const) const |
R | sum (Unary unary_op={}) const |
R | sum (R2(C ::*pmf)() const) const |
Additional Inherited Members | |
Public Types inherited from IteratorRange< NumberIterator< Integral > > | |
using | iterator = NumberIterator< Integral > |
using | reverse_iterator = std::reverse_iterator< NumberIterator< Integral > > |
Definition at line 271 of file IteratorX.h.
|
inline |
Definition at line 274 of file IteratorX.h.