AI Engine API User Guide (AIE) 2022.2
aie::detail::iterator< Span > Class Template Reference

#include <mdspan.hpp>

Public Types

using difference_type = ptrdiff_t
 
using iterator_category = std::forward_iterator_tag
 
using pointer = typename Span::pointer
 
using reference = typename Span::reference
 
using value_type = typename Span::value_type
 

Public Member Functions

constexpr iterator (pointer ptr)
 
constexpr bool operator!= (const iterator &rhs)
 
constexpr reference operator* ()
 
constexpr iterator operator++ ()
 
constexpr iterator operator++ (int)
 
constexpr pointer operator-> ()
 
constexpr bool operator== (const iterator &rhs)
 

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