Typedef poet::inclusive_range

Typedef Documentation

template<int Start, int End>
using poet::inclusive_range = decltype(detail::inclusive_range_impl<Start>(std::make_integer_sequence<int, End - Start + 1>{}))

Inclusive integer sequence [Start, End].