#include <AMReX_CTOParallelForImpl.H>
|
| template<class... Args> |
| __host__ __device__ auto | operator() (Args... args) const noexcept -> decltype(f(args..., std::integral_constant< int, ctr >{}...)) |
| |
|
| __host__ static __device__ constexpr std::array< int, sizeof...(ctr)> | GetOptions () noexcept |
| |
◆ GetOptions()
template<class
F , int... ctr>
|
|
inlinestaticconstexprnoexcept |
◆ operator()()
template<class
F , int... ctr>
template<class... Args>
| __host__ __device__ auto amrex::detail::CTOWrapper< F, ctr >::operator() |
( |
Args... |
args | ) |
const -> decltype(f(args..., std::integral_constant<int, ctr>{}...)) |
|
inlinenoexcept |
template<class
F , int... ctr>
The documentation for this struct was generated from the following file: