#include <AMReX_GpuRange.H>
Public Member Functions | |
| __host__ __device__ | iterator (T const &b, Long i, Long s) noexcept |
| __host__ __device__ void | operator++ () noexcept |
| __host__ __device__ bool | operator!= (iterator const &rhs) const noexcept |
| __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 |