std::ranges::uninitialized_fill_n
From cppreference.com
| Defined in header <memory>
|
||
| Call signature |
||
template< no-throw-forward-range I, class T > requires std::constructible_from<std::iter_value_t<I>, const T&> |
(since C++20) (constexpr since C++26) |
|
Copies value to an uninitialized memory area first + [0, count) as if by
return