Range-v3
Range algorithms, views, and actions for the Standard Library
fill_n.hpp File Reference

Functions

template<typename O , typename V >
requires output_iterator<O, V const &>
constexpr O ranges::fill_n (O first, iter_difference_t< O > n, V const &val)
 function template equal