Horizon
Loading...
Searching...
No Matches
fill_n.hpp File Reference
#include <utility>
#include <range/v3/range_fwd.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/operations.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Namespaces

namespace  ranges::cpp20

Functions

 ranges::template (typename O, typename V)() const expr O RANGES_FUNC(fill_n)(O first
 function template equal
 ranges::for (;n !=0;++b, --n) *b
return ranges::recounted (first, b, norig)

Variables

iter_difference_t< O > ranges::n
auto ranges::norig = n
auto ranges::b = uncounted(first)