hpx/functional/bind_front.hpp

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

namespace hpx

Functions

template<typename F, typename ...Ts>
constexpr detail::bound_front<std::decay_t<F>, util::make_index_pack_t<sizeof...(Ts)>, util::decay_unwrap_t<Ts>...> bind_front(F &&f, Ts&&... vs)
template<typename F>
constexpr std::decay_t<F> bind_front(F &&f)
namespace serialization

Functions

template<typename Archive, typename F, typename ...Ts>
void serialize(Archive &ar, ::hpx::detail::bound_front<F, Ts...> &bound, unsigned int const version = 0)
namespace util

Functions

template<typename F, typename... Ts>hpx::util::HPX_DEPRECATED_V(1, 8, "hpx::util::bind_front is deprecated, use hpx::bind_front  instead ") const&&