Struct Interval

template<typename T, typename U = typename std::make_unsigned<T>::type>
struct Interval

Public Functions

U size() const

Public Members

T const begin
T const end
U const index