#include <AMReX_IParser.H>
|
| template<int M = N, std::enable_if_t< M==0, int > = 0> |
| __host__ __device__ long long | operator() () const noexcept |
| |
| template<typename... Ts> |
| __host__ __device__ std::enable_if_t< sizeof...(Ts)==N &&std::conjunction_v< std::is_integral< Ts >... >, long long > | operator() (Ts... var) const noexcept |
| |
| __host__ __device__ long long | operator() (GpuArray< long long, N > const &var) const noexcept |
| |
| __host__ __device__ | operator bool () const |
| |
◆ operator bool()
◆ operator()() [1/3]
template<int N>
template<int M = N, std::enable_if_t< M==0, int > = 0>
◆ operator()() [2/3]
◆ operator()() [3/3]
template<int N>
template<typename... Ts>
| __host__ __device__ std::enable_if_t< sizeof...(Ts)==N &&std::conjunction_v< std::is_integral< Ts >... >, long long > amrex::IParserExecutor< N >::operator() |
( |
Ts... |
var | ) |
const |
|
inlinenoexcept |
◆ m_device_executor
◆ m_host_executor
The documentation for this struct was generated from the following file: