Template Struct IntegralRange

Struct Documentation

template<uint_t s, uint_t e>
struct IntegralRange

A range of integer values in [s, e].

Public Types

typedef uint_t value_type

Public Static Attributes

static constexpr uint_t S = s
static constexpr uint_t E = e
static constexpr uint_t size = e - s