Argon 0.1.0
Loading...
Searching...
No Matches
argon::vectorize::interleaved< Stride, ScalarType >::Iterator Struct Reference

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
Iteratoroperator++ ()
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)

The documentation for this struct was generated from the following file: