15#ifndef RANGES_V3_VIEW_INDICES_HPP
16#define RANGES_V3_VIEW_INDICES_HPP
23#include <range/v3/utility/static_const.hpp>
26#include <range/v3/detail/prologue.hpp>
37 template(
typename Val)(
38 requires integral<Val>)
43 template(
typename Val)(
44 requires integral<Val>)
54 template(
typename Val)(
55 requires integral<Val>)
60 template(
typename Val)(
61 requires integral<Val>)
78#include <range/v3/detail/epilogue.hpp>
An iota view in a closed range.
Definition iota.hpp:184
Inclusive range of indices: [from, to].
Definition indices.hpp:53
Half-open range of indices: [from, to).
Definition indices.hpp:34