AI Engine API User Guide (AIE) 2021.2
aie::detail::const_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 const_iterator(pointerptr)
constexpr bool operator!=(constconst_iterator&rhs)
constexprreference operator*() const
constexprconst_iterator operator++()
constexprconst_iterator operator++(int)
constexprpointer operator->() const
constexpr bool operator==(constconst_iterator&rhs)

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