Bolt  1.3
C++ template library with support for OpenCL
tuple_size< Pair > Struct Template Reference

#include <pair.h>

Detailed Description

template<typename Pair>
struct tuple_size< Pair >

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.

Template Parameters
PairA pair type of interest.

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