Functions | |
template<typename O , typename S , typename V > | |
O | ranges::fill (O first, S last, V const &val) |
function template fill More... | |
template<typename Rng , typename V > | |
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. More... | |