Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::fill_n_fn Struct Reference

Public Member Functions

template<typename O , typename V , requires = (OutputIterator<O, V const &>())>
operator() (O begin, difference_type_t< O > n, V const &val) const