|
|
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 |
|
|
| Iterator (ScalarType *ptr) |
|
value_type & | operator* () |
|
value_type * | operator-> () |
|
const value_type & | operator* () const |
|
const value_type * | operator-> () const |
|
Iterator & | operator++ () |
|
Iterator | operator++ (int) |
|
|
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) |
The documentation for this struct was generated from the following file: