|
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 | |
| Iterator (ScalarType *ptr) | |
| value_type & | operator* () |
| value_type * | operator-> () |
| const value_type & | operator* () const |
| const value_type * | operator-> () const |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
Friends | |
| bool | operator== (const Iterator &a, const Iterator &b) |
| bool | operator== (const Iterator &a, const ScalarType *ptr) |
| bool | operator!= (const Iterator &a, const Iterator &b) |
| bool | operator!= (const Iterator &a, const ScalarType *ptr) |