thrust::tuple_size#
-
template<class T>
using thrust::tuple_size = ::cuda::std::tuple_size<T># This convenience metafunction is included for compatibility with
tuple. It returns2, the number of elements of apair, in its nested data member,value.This metafunction returns the number of elements of a
tupletype of interest.See also
See also
- Template Parameters:
Pair – A
pairtype of interest.T – A
tupletype of interest.