Functions | |
| template<typename O , typename S , typename V > | |
| requires output_iterator< O, V const & > &&sentinel_for< S, O > O | ranges::fill (O first, S last, V const &val) |
function template fill | |
| template<typename Rng , typename V > | |
| requires output_range< Rng, V const & > borrowed_iterator_t< Rng > | ranges::fill (Rng &&rng, V const &val) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |