integral_constant< T, v > Struct Template Reference#
ck::integral_constant< T, v > Struct Template Reference
#include <integral_constant.hpp>
Inheritance diagram for ck::integral_constant< T, v >:
Public Types | |
| typedef T | value_type |
| typedef integral_constant | type |
Public Types inherited from ck::constant< v > | |
| using | value_type = decltype(v) |
| using | type = constant |
Static Public Attributes | |
| static constexpr T | value = v |
Static Public Attributes inherited from ck::constant< v > | |
| static constexpr value_type | value = v |
Additional Inherited Members | |
Public Member Functions inherited from ck::constant< v > | |
| __host__ constexpr __device__ | operator value_type () const noexcept |
| __host__ constexpr __device__ value_type | operator() () const noexcept |
Member Typedef Documentation
◆ type
template<class T , T v>
| typedef integral_constant ck::integral_constant< T, v >::type |
◆ value_type
template<class T , T v>
| typedef T ck::integral_constant< T, v >::value_type |
Member Data Documentation
◆ value
template<class T , T v>
|
staticconstexpr |
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.0.0/include/ck/utility/integral_constant.hpp
Public Types inherited from