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
KOKKOS_INLINE_FUNCTION T min() const noexcept
KOKKOS_FUNCTION PRegion()
KOKKOS_INLINE_FUNCTION PRegion< T > & operator=(const PRegion< T > &rhs)
KOKKOS_DEFAULTED_FUNCTION ~PRegion()=default
T a_m
Interval start point.
KOKKOS_INLINE_FUNCTION bool empty() const noexcept
KOKKOS_INLINE_FUNCTION T length() const noexcept