|
Argon 0.1.0
|
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | argon_type = Argon<ScalarType> |
| using | value_type = std::array<argon_type, Stride> |
| using | difference_type = std::ptrdiff_t |
Public Member Functions | |
| ConstIterator (const ScalarType *ptr) | |
| const value_type | operator* () const |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (int) |
Friends | |
| bool | operator== (const ConstIterator &a, const ConstIterator &b) |
| bool | operator!= (const ConstIterator &a, const ConstIterator &b) |