hpx/parallel/segmented_algorithms/for_each.hpp#
Defined in header hpx/parallel/segmented_algorithms/for_each.hpp.
See Public API for a list of names and headers that are part of the public HPX API.
- 
namespace hpx
 - 
namespace parallel
 
- 
namespace segmented
 Functions
- 
template<typename InIter, typename F>
InIter tag_invoke(hpx::for_each_t, InIter first, InIter last, F &&f)# 
- 
template<typename ExPolicy, typename SegIter, typename F>
hpx::parallel::util::detail::algorithm_result_t<ExPolicy, SegIter> tag_invoke(hpx::for_each_t, ExPolicy &&policy, SegIter first, SegIter last, F &&f)# 
- 
template<typename InIter, typename F>
 
- 
namespace parallel