#include <AMReX_GpuReduce.H>
|
| template<class U = T, std::enable_if_t< std::is_arithmetic< U >::value, int > = 0> |
| __device__ T | operator() (T x) const noexcept |
| |
| template<class U = T, std::enable_if_t<!std::is_arithmetic< U >::value, int > = 0> |
| __device__ T | operator() (T x) const noexcept |
| |
◆ operator()() [1/2]
template<int warpSize, typename T , typename
F >
template<class U = T, std::enable_if_t< std::is_arithmetic< U >::value, int > = 0>
◆ operator()() [2/2]
template<int warpSize, typename T , typename
F >
template<class U = T, std::enable_if_t<!std::is_arithmetic< U >::value, int > = 0>
The documentation for this struct was generated from the following file: