#include <AMReX_TableData.H>
|
| constexpr | Table3D () noexcept=default |
| |
template<class U = T>
requires (std::is_const_v<U>) |
| __host__ __device__ constexpr | Table3D (Table3D< std::remove_const_t< T >, ORDER > const &rhs) noexcept |
| |
| __host__ __device__ constexpr | Table3D (T *a_p, GpuArray< int, 3 > const &a_begin, GpuArray< int, 3 > const &a_end) noexcept |
| |
| __host__ __device__ | operator bool () const noexcept |
| |
| __host__ __device__ T & | operator() (int i, int j, int k) const noexcept |
| |
◆ Table3D() [1/3]
template<typename T ,
Order ORDER = Order::F>
◆ Table3D() [2/3]
template<typename T ,
Order ORDER = Order::F>
template<class U = T>
requires (std::is_const_v<U>)
| __host__ __device__ constexpr amrex::Table3D< T, ORDER >::Table3D |
( |
Table3D< std::remove_const_t< T >, ORDER > const & |
rhs | ) |
|
|
inlineconstexprnoexcept |
◆ Table3D() [3/3]
template<typename T ,
Order ORDER = Order::F>
◆ operator bool()
template<typename T ,
Order ORDER = Order::F>
| __host__ __device__ amrex::Table3D< T, ORDER >::operator bool |
( |
| ) |
const |
|
inlineexplicitnoexcept |
◆ operator()()
template<typename T ,
Order ORDER = Order::F>
◆ begin
template<typename T ,
Order ORDER = Order::F>
◆ end
template<typename T ,
Order ORDER = Order::F>
template<typename T ,
Order ORDER = Order::F>
◆ stride1
template<typename T ,
Order ORDER = Order::F>
◆ stride2
template<typename T ,
Order ORDER = Order::F>
The documentation for this struct was generated from the following file: