hpx::tie#

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>
constexpr tuple<Ts&...> hpx::tie(Ts&... ts)#

Creates a tuple of lvalue references to its arguments or instances of hpx::ignore.

Parameters

ts – zero or more lvalue arguments to construct the tuple from.

Returns

hpx::tuple object containing lvalue references.