hpx/parallel/segmented_algorithms/fill.hpp#
Defined in header hpx/parallel/segmented_algorithms/fill.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 T>
SegIter tag_invoke(hpx::fill_t, SegIter first, SegIter last, T const &value)#
-
template<typename SegIter, typename Size, typename T>
SegIter tag_invoke(hpx::fill_n_t, SegIter first, Size count, T const &value)#
-
template<typename SegIter, typename T>
-
namespace parallel