![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <MdForwardIter.hpp>
Public Member Functions | |
| constexpr | MdForwardIter (T_MdSpan const &mdSpan) |
| constexpr bool | operator!= (MdForwardIter const &other) const |
| constexpr decltype(auto) | operator* () |
| constexpr decltype(auto) | operator* () const |
| ALPAKA_FN_ACC MdForwardIter & | operator++ () |
| ALPAKA_FN_ACC MdForwardIter | operator++ (int) |
| constexpr bool | operator== (MdForwardIter const &other) const |
| ALPAKA_FN_ACC constexpr index_type | slowCurrent () const |
Friends | |
| class | MdForwardIterEnd< index_type > |
Definition at line 61 of file MdForwardIter.hpp.
|
inlineconstexpr |
Definition at line 77 of file MdForwardIter.hpp.
|
inlineconstexpr |
Definition at line 138 of file MdForwardIter.hpp.
|
inlineconstexpr |
Definition at line 100 of file MdForwardIter.hpp.
|
inlineconstexpr |
Definition at line 95 of file MdForwardIter.hpp.
|
inline |
Definition at line 106 of file MdForwardIter.hpp.
|
inline |
Definition at line 126 of file MdForwardIter.hpp.
|
inlineconstexpr |
Definition at line 133 of file MdForwardIter.hpp.
|
inlineconstexpr |
Definition at line 90 of file MdForwardIter.hpp.
|
friend |
Definition at line 54 of file MdForwardIter.hpp.