tuple_object< idx, T, false > Struct Template Reference

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

Composable Kernel: ck_tile::impl::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

element

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, false >::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, false >::tuple_object ( U && e)
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, false >::tuple_object ( const U & e)
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, false >::tuple_object ( U & e)
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: