#include <AMReX_TableData.H>
Public Member Functions | |
constexpr | Table1D () noexcept=default |
template<class U = T, std::enable_if_t< std::is_const_v< U >, int > = 0> | |
constexpr AMREX_GPU_HOST_DEVICE | Table1D (Table1D< std::remove_const_t< T >> const &rhs) noexcept |
constexpr AMREX_GPU_HOST_DEVICE | Table1D (T *a_p, int a_begin, int a_end) noexcept |
AMREX_GPU_HOST_DEVICE | operator bool () const noexcept |
template<class U = T, std::enable_if_t<!std::is_void_v< U >, int > = 0> | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE U & | operator() (int i) const noexcept |
Public Attributes | |
T *AMREX_RESTRICT | p = nullptr |
int | begin = 1 |
int | end = 0 |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
int amrex::Table1D< T >::begin = 1 |
int amrex::Table1D< T >::end = 0 |
T* AMREX_RESTRICT amrex::Table1D< T >::p = nullptr |