|
|
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 |
|
|
| ConstIterator (const ScalarType *ptr) |
|
const value_type | operator* () const |
|
ConstIterator & | operator++ () |
|
ConstIterator | operator++ (int) |
|
|
bool | operator== (const ConstIterator &a, const ConstIterator &b) |
|
bool | operator!= (const ConstIterator &a, const ConstIterator &b) |
The documentation for this struct was generated from the following file: