#include <AMReX_CTOParallelForImpl.H>
Public Member Functions | |
template<class... Args> | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE auto | operator() (Args... args) const noexcept -> decltype(f(args..., std::integral_constant< int, ctr >{}...)) |
Static Public Member Functions | |
AMREX_GPU_HOST_DEVICE static AMREX_FORCE_INLINE constexpr std::array< int, sizeof...(ctr)> | GetOptions () noexcept |
Public Attributes | |
F | f |
|
inlinestaticconstexprnoexcept |
|
inlinenoexcept |
F amrex::detail::CTOWrapper< F, ctr >::f |