hpx/parallel/segmented_algorithms/generate.hpp#
Defined in header hpx/parallel/segmented_algorithms/generate.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 SegIter, typename F>
SegIter tag_invoke(hpx::generate_t, SegIter first, SegIter last, F &&f)#
-
template<typename SegIter, typename Size, typename F>
SegIter tag_invoke(hpx::generate_n_t, SegIter first, Size count, F &&f)#
-
template<typename SegIter, typename F>
-
namespace parallel