hpx::tuple_element#

Defined in header hpx/tuple.hpp.

See Public API for a list of names and headers that are part of the public HPX API.

See also:

template<std::size_t I, typename T, typename Enable = void>
struct tuple_element#

Provides compile-time indexed access to the types of the elements of a tuple-like type.

The primary template is not defined. An explicit (full) or partial specialization is required to make a type tuple-like.