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

#include

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(pointerptr)
constexpr bool operator!=(constiterator&rhs)
constexprreference operator*()
constexpriterator operator++()
constexpriterator operator++(int)
constexprpointer operator->()
constexpr bool operator==(constiterator&rhs)

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