Public Types | List of all members
cudf::binary_op_common_type< L, R, std::enable_if_t< has_common_type_v< L, R > > > Struct Template Reference

Binary operation common type specialization. More...

#include <binaryop.hpp>

Public Types

using type = std::common_type_t< L, 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< has_common_type_v< L, R > > >

Binary operation common type specialization.

Definition at line 102 of file binaryop.hpp.


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