Bolt
1.3
C++ template library with support for OpenCL
|
#include <pair.h>
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. |