Bolt
1.3
C++ template library with support for OpenCL
|
#include <pair.h>
This convenience metafunction is included for compatibility with tuple
. It returns either the type of a pair's
first_type
or second_type
in its nested type, type
.
N | This parameter selects the member of interest. |
T | A pair type of interest. |