#include <AMReX_Array4.H>
|
| __host__ __device__ constexpr | CellData (T *a_p, Long a_stride, int a_ncomp) |
| |
| template<class U = T, std::enable_if_t< std::is_const_v< U >, int > = 0> |
| __host__ __device__ constexpr | CellData (CellData< std::remove_const_t< T > > const &rhs) noexcept |
| |
| __host__ __device__ | operator bool () const noexcept |
| |
| __host__ __device__ int | nComp () const noexcept |
| |
| template<class U = T, std::enable_if_t<!std::is_void_v< U >, int > = 0> |
| __host__ __device__ U & | operator[] (int n) const noexcept |
| |
◆ CellData() [1/2]
template<typename T >
| __host__ __device__ constexpr amrex::CellData< T >::CellData |
( |
T * |
a_p, |
|
|
Long |
a_stride, |
|
|
int |
a_ncomp |
|
) |
| |
|
inlineconstexpr |
◆ CellData() [2/2]
template<typename T >
template<class U = T, std::enable_if_t< std::is_const_v< U >, int > = 0>
◆ nComp()
◆ operator bool()
◆ operator[]()
template<typename T >
template<class U = T, std::enable_if_t<!std::is_void_v< U >, int > = 0>
◆ ncomp
◆ stride
The documentation for this struct was generated from the following file: