
18 Jan
2005
18 Jan
'05
5:05 a.m.
On 01/17/2005 09:32 PM, Larry Evans wrote: [snip]
name since it's prefixed by it's unique qualifier. Isn't this what tuple_base.hpp's element template does, except it just keeps following the tail_type typedefs for k times?
And element<N,T> defines the nested type for each value of N instead of just when N==0. IOW, it doesn't use "metafunction forwarding" defined on p. 57 of your and Aleksey's book.