is_integral< X > Struct Template Reference#
ck::is_integral< X > Struct Template Reference
  #include <type.hpp>
Inheritance diagram for ck::is_integral< X >:
  
Additional Inherited Members | |
  Public Types inherited from ck::integral_constant< bool, false > | |
| typedef bool | value_type | 
| typedef integral_constant | type | 
  Public Types inherited from ck::constant< v > | |
| using | value_type = decltype(v) | 
| using | type = constant | 
  Public Member Functions inherited from ck::constant< v > | |
| __host__ constexpr __device__ | operator value_type () const noexcept | 
| __host__ constexpr __device__ value_type | operator() () const noexcept | 
  Static Public Attributes inherited from ck::integral_constant< bool, false > | |
| static constexpr bool | value | 
  Static Public Attributes inherited from ck::constant< v > | |
| static constexpr value_type | value = v | 
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/docs-7.1.0/include/ck/utility/type.hpp
 
 Public Types inherited from