A
Andy Venikov
Hi,
I was brwosing the latest FCD (N3092) for ways to get the type of "Tail"
of std::tuple. I don't see any way of doing it.
You can get the type of the Head through tuple_element<>, but not the
type of the rest of the tuple.
Is there a standard way or should I bother creating my own?
Thanks,
Andy.
I was brwosing the latest FCD (N3092) for ways to get the type of "Tail"
of std::tuple. I don't see any way of doing it.
You can get the type of the Head through tuple_element<>, but not the
type of the rest of the tuple.
Is there a standard way or should I bother creating my own?
Thanks,
Andy.