tuple_object< idx, T, false > Struct Template Reference#
ck_tile::impl::tuple_object< idx, T, false > Struct Template Reference
#include <tuple.hpp>
Public Member Functions | |
| CK_TILE_HOST_DEVICE constexpr | tuple_object () |
| template<typename U> | |
| CK_TILE_HOST_DEVICE constexpr | tuple_object (U &&e) |
| template<typename U> | |
| CK_TILE_HOST_DEVICE constexpr | tuple_object (const U &e) |
| template<typename U> | |
| CK_TILE_HOST_DEVICE constexpr | tuple_object (U &e) |
Public Attributes | |
| T | element |
Constructor & Destructor Documentation
◆ tuple_object() [1/4]
template<index_t idx, typename T>
|
inlineconstexpr |
◆ tuple_object() [2/4]
template<index_t idx, typename T>
template<typename U>
|
inlineconstexpr |
◆ tuple_object() [3/4]
template<index_t idx, typename T>
template<typename U>
|
inlineconstexpr |
◆ tuple_object() [4/4]
template<index_t idx, typename T>
template<typename U>
|
inlineconstexpr |
Member Data Documentation
◆ element
template<index_t idx, typename T>
| T ck_tile::impl::tuple_object< idx, T, false >::element |
The documentation for this struct was generated from the following file: