46 KOKKOS_DEFAULTED_FUNCTION
57 KOKKOS_INLINE_FUNCTION T
min()
const noexcept;
62 KOKKOS_INLINE_FUNCTION T
max()
const noexcept;
67 KOKKOS_INLINE_FUNCTION T
length()
const noexcept;
72 KOKKOS_INLINE_FUNCTION
bool empty()
const noexcept;
74 KOKKOS_INLINE_FUNCTION
PRegion<T>& operator+=(T t)
noexcept;
76 KOKKOS_INLINE_FUNCTION
PRegion<T>& operator-=(T t)
noexcept;
78 KOKKOS_INLINE_FUNCTION
PRegion<T>& operator*=(T t)
noexcept;
80 KOKKOS_INLINE_FUNCTION
PRegion<T>& operator/=(T t)
noexcept;
KOKKOS_INLINE_FUNCTION T max() const noexcept
Definition PRegion.hpp:57
KOKKOS_INLINE_FUNCTION T min() const noexcept
Definition PRegion.hpp:52
KOKKOS_FUNCTION PRegion()
Definition PRegion.hpp:24
KOKKOS_INLINE_FUNCTION bool empty() const noexcept
Definition PRegion.hpp:67
KOKKOS_INLINE_FUNCTION T length() const noexcept
Definition PRegion.hpp:62