AI Engine API User Guide (AIE) 2021.2
aie::detail::pattern_iterator< T, Steps > Class Template Reference

#include

Public Types

using difference_type= ptrdiff_t
using iterator_category= std::forward_iterator_tag
using pointer=value_type*
using reference=value_type&
using value_type= T

Public Member Functions

template
constexpr pattern_iterator(pointerptr, StepOffsets... step_offsets)
constexpr bool operator!=(constpattern_iterator&rhs)
constexprreference operator*()
constexprpattern_iterator& operator++()
constexprpattern_iterator operator++(int)
constexprpointer operator->()
constexpr bool operator==(constpattern_iterator&rhs)

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