Do/can we have a C++11 variadic integer list?

I'm talking about this:
template < std::size_t ...N > struct indices_too { using next = indices_too

On 10/01/13 04:14, Daryle Walker wrote:
Hi Daryle, I think package_c here: http://svn.boost.org/svn/boost/sandbox/variadic_templates/boost/mpl/package_... does that. And, package_range_c here: http://svn.boost.org/svn/boost/sandbox/variadic_templates/boost/mpl/package_... does, I'm guessing, something similar to make_indices_too, only it can do it either in reverse or forward order. And, unpack_args here: http://svn.boost.org/svn/boost/sandbox/variadic_templates/boost/mpl/unpack_a... does maybe something like apply_x_and_exploded_tuple_impl. So, I'd agree that these additions to boost would be useful. -regards, Larry
participants (3)
-
Andrey Semashev
-
Daryle Walker
-
Larry Evans