Bolt  1.3
C++ template library with support for OpenCL
tuple_element< N, T > Struct Template Reference

#include <pair.h>

Detailed Description

template<int N, typename T>
struct tuple_element< N, T >

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.

Template Parameters
NThis parameter selects the member of interest.
TA pair type of interest.

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