
7 Aug
2006
7 Aug
'06
8:39 a.m.
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. 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? Simon