|
ape
0.5.0
Audio Programming Environment
|
Iterator for enumerating the rows of a umatrix umatrix<T>::begin() More...
#include <misc.h>
Public Types | |
| typedef std::ptrdiff_t | difference_type |
| typedef T | value_type |
| typedef value_type * | pointer |
| typedef value_type & | reference |
| typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
| iterator (umatrix< T > matrix, std::size_t row=0) | |
| iterator & | operator++ () |
| iterator & | operator-- () |
| iterator | operator++ (int) |
| iterator | operator-- (int) |
| uarray< T > | operator* () |
| bool | operator== (const iterator &right) const noexcept |
| bool | operator!= (const iterator &right) const noexcept |
Iterator for enumerating the rows of a umatrix umatrix<T>::begin()
Conforms to LegacyBidirectionalIterator
| typedef std::ptrdiff_t ape::umatrix< T >::iterator::difference_type |
| typedef std::bidirectional_iterator_tag ape::umatrix< T >::iterator::iterator_category |
| typedef value_type* ape::umatrix< T >::iterator::pointer |
| typedef value_type& ape::umatrix< T >::iterator::reference |
| typedef T ape::umatrix< T >::iterator::value_type |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
1.8.16