hpx/algorithms/traits/is_value_proxy.hpp

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

namespace hpx
namespace traits

Typedefs

template<typename T>
using proxy_value_t = typename proxy_value<T>::type

Variables

template<typename T>
constexpr bool is_value_proxy_v = is_value_proxy<T>::value
template<typename T>
struct proxy_value

Public Types

template<>
using type = T