cuda-kat
CUDA kernel author's tools
Public Types | Static Public Member Functions | List of all members
kat::detail::tuple_cat< Tuple1, Tuple2 > Struct Template Reference

Public Types

using tc2_type = tuple_cat_2< Tuple1, typename std::remove_reference< Tuple2 >::type >
 
using result_type = typename tc2_type::result_type
 

Static Public Member Functions

template<typename TupleArg1 , typename TupleArg2 >
static KAT_HD result_type do_cat (TupleArg1 &&t1, TupleArg2 &&t2)
 

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