|
template<typename ToType , std::enable_if_t< is_compound< ToType >()> * = nullptr> |
constexpr bool | operator() () |
|
template<typename ToType , std::enable_if_t< not is_compound< ToType >()> * = nullptr> |
constexpr bool | operator() () |
|
template<typename FromType>
struct cudf::is_bit_castable_to_impl< FromType >
Definition at line 703 of file traits.hpp.
The documentation for this struct was generated from the following file: