hpx::get#

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>
util::at_index<I, Ts...>::type &hpx::get() noexcept#

Extracts the Ith element from the tuple. I must be an integer value in [0, sizeof…(Ts)).

template<std::size_t I>
util::at_index<I, Ts...>::type const &hpx::get() const noexcept#

Extracts the Ith element from the tuple. I must be an integer value in [0, sizeof…(Ts)).