Public Types | List of all members
cudf::binary_op_common_type< L, R, std::enable_if_t< is_fixed_point< R >() &&cuda::std::is_floating_point_v< L > > > Struct Template Reference

Binary operation common type specialization. More...

#include <binaryop.hpp>

Public Types

using type = R
 The common type of the template parameters.
 

Detailed Description

template<typename L, typename R>
struct cudf::binary_op_common_type< L, R, std::enable_if_t< is_fixed_point< R >() &&cuda::std::is_floating_point_v< L > > >

Binary operation common type specialization.

Definition at line 117 of file binaryop.hpp.


The documentation for this struct was generated from the following file: