iota
#
Interface#
MP#
-
template<dr::distributed_range R, std::integral T>
void dr::mp::iota(R &&r, T value)#
SP#
-
template<dr::distributed_range R, std::integral T>
void dr::sp::iota(R &&r, T value)#
Description#
See also
- std::ranges::iota
Standard C++ algorithm
- std::iota
Standard C++ algorithm