|
__device__ __host__ | BinaryFlip (BinaryOpT binary_op) |
|
template<typename T , typename U > |
__device__ auto | operator() (T &&t, U &&u) -> decltype(binary_op(std::forward< U >(u), std::forward< T >(t))) |
|
template<typename BinaryOpT >
template<typename BinaryOpT >
template<typename T , typename U >
__device__ auto cub::BinaryFlip< BinaryOpT >::operator() |
( |
T && |
t, |
|
|
U && |
u |
|
) |
| -> decltype(binary_op(std::forward<U>(u),
std::forward<T>(t)))
|
|
inline |
template<typename BinaryOpT >
The documentation for this struct was generated from the following file: