hpx/execution/algorithms/split.hpp

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

namespace hpx
namespace execution
namespace experimental

Variables

hpx::execution::experimental::split_t split
struct split_t : public hpx::functional::detail::tag_priority<split_t>

Friends

template<typename Sender, typename Allocator = hpx::util::internal_allocator<>>
friend constexpr auto tag_override_invoke(split_t, Sender &&sender, Allocator const &allocator = {})
template<typename Sender, typename Allocator = hpx::util::internal_allocator<>>
friend constexpr auto tag_fallback_invoke(split_t, Sender &&sender, Allocator const &allocator = {})
template<typename Sender, typename Allocator>
friend constexpr auto tag_fallback_invoke(split_t, detail::split_sender<Sender, Allocator, detail::submission_type::lazy> sender, Allocator const& = {})
template<typename Allocator = hpx::util::internal_allocator<>>
friend constexpr auto tag_fallback_invoke(split_t, Allocator const &allocator = {})