![]() |
Audacity 3.2.0
|
A convenience for defining iterators that return rvalue types, so that they cooperate correctly with stl algorithms and std::reverse_iterator. More...
#include <IteratorX.h>
Public Types | |
| using | iterator_category = Category |
| using | value_type = Value |
| using | difference_type = ptrdiff_t |
| using | pointer = void |
| using | reference = const Value |
A convenience for defining iterators that return rvalue types, so that they cooperate correctly with stl algorithms and std::reverse_iterator.
Definition at line 25 of file IteratorX.h.
| using ValueIterator< Value, Category >::difference_type = ptrdiff_t |
Definition at line 28 of file IteratorX.h.
| using ValueIterator< Value, Category >::iterator_category = Category |
Definition at line 26 of file IteratorX.h.
| using ValueIterator< Value, Category >::pointer = void |
Definition at line 30 of file IteratorX.h.
| using ValueIterator< Value, Category >::reference = const Value |
Definition at line 32 of file IteratorX.h.
| using ValueIterator< Value, Category >::value_type = Value |
Definition at line 27 of file IteratorX.h.