#include <AMReX_GpuRange.H>
Public Member Functions | |
AMREX_GPU_HOST_DEVICE | iterator (T const &b, Long i, Long s) noexcept |
AMREX_GPU_HOST_DEVICE void | operator++ () noexcept |
AMREX_GPU_HOST_DEVICE bool | operator!= (iterator const &rhs) const noexcept |
AMREX_GPU_HOST_DEVICE T | operator* () const noexcept |
Private Attributes | |
T const * | mi_b |
Long | mi_i |
Long | mi_s |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |
|
private |
|
private |