std.typelist

Guillaume Chatelet chatelet.guillaume at gmail.com
Fri Jun 22 13:44:15 PDT 2012


On 06/22/12 22:16, David Nadlinger wrote:
> 
> std.typecons.Tuple lives in the run-time (and CTFE, for that matter)
> domain, while the stuff discussed here happens in the compile-time type
> system) world There are some situations in which this line is blurred
> (e.g. in the case of »type tuples of runtime values«, like you get for
> variadic template functions), but there is a deep conceptual difference
> between the two modules.

Yes. I re-read std.typecons documentation, it's quite clear about that.
I think I mixed them up because I tend to use both frequently. Thank you
for clarifying.


More information about the Digitalmars-d mailing list