tuple_object< idx, T, true > Struct Template Reference

tuple_object&lt; idx, T, true &gt; Struct Template Reference#

Composable Kernel: ck_tile::impl::tuple_object< idx, T, true > Struct Template Reference
ck_tile::impl::tuple_object< idx, T, true > 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 &&)
template<typename U>
CK_TILE_HOST_DEVICE constexpr tuple_object (const U &)
template<typename U>
CK_TILE_HOST_DEVICE constexpr tuple_object (U &)

Constructor & Destructor Documentation

◆ tuple_object() [1/4]

template<index_t idx, typename T>
CK_TILE_HOST_DEVICE constexpr ck_tile::impl::tuple_object< idx, T, true >::tuple_object ( )
inlineconstexpr

◆ tuple_object() [2/4]

template<index_t idx, typename T>
template<typename U>
CK_TILE_HOST_DEVICE constexpr ck_tile::impl::tuple_object< idx, T, true >::tuple_object ( U && )
inlineconstexpr

◆ tuple_object() [3/4]

template<index_t idx, typename T>
template<typename U>
CK_TILE_HOST_DEVICE constexpr ck_tile::impl::tuple_object< idx, T, true >::tuple_object ( const U & )
inlineconstexpr

◆ tuple_object() [4/4]

template<index_t idx, typename T>
template<typename U>
CK_TILE_HOST_DEVICE constexpr ck_tile::impl::tuple_object< idx, T, true >::tuple_object ( U & )
inlineconstexpr

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