atlas::array::Range class

Public static functions

static auto from(int start) -> From
static auto to(int end) -> To
static auto all() -> All constexpr
static auto dummy() -> Dummy constexpr

Constructors, destructors, conversion operators

template<typename Start, typename End>
Range(Start start, End end)
Range()

Public functions

auto start() const -> int
auto end() const -> int