hpx::ref#
Defined in header hpx/functional.hpp.
See Public API for a list of names and headers that are part of the public HPX API.
See also:
-
template<typename T>
constexpr reference_wrapper<T> hpx::ref(T &val) noexcept#
-
template<typename T>
constexpr reference_wrapper<T> hpx::ref(reference_wrapper<T> val) noexcept#
-
template<typename T>
reference_wrapper<T> hpx::ref(T &&val) noexcept#