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

Functions

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