hpx::tuple#

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<typename ...Ts>
class tuple#

Class template hpx::tuple is a fixed-size collection of heterogeneous values. It is a generalization of hpx::pair. If std::is_trivially_destructible<Ti>::value is true for every Ti in Ts, the destructor of tuple is trivial.

Param Ts…

the types of the elements that the tuple stores.