
7 Aug
2006
7 Aug
'06
1:11 p.m.
On Aug 7, 2006, at 4:39 AM, Simon Richter wrote:
Hello,
Doug Gregor wrote:
template<typename... Types> struct vector { };
This looks really nice.
My understanding is that <typename... Types> would be an ordered list of types.
Yes.
In some cases, you might be interested in an unique set though (boost::any); is there some way to express that the list of types should be "normalized" in some way, or is that an entirely different beast?
I think that's an entirely different beast. Doug