thrust
|
#include <thrust/pair.h>
Static Public Attributes | |
static const int | value = 1 + tuple_size<typename T::tail_type>::value |
This convenience metafunction is included for compatibility with tuple
. It returns 2
, the number of elements of a pair
, in its nested data member, value
.
Pair | A pair type of interest. |
This metafunction returns the number of elements of a tuple
type of interest.
T | A tuple type of interest. |