instantiate each of a tuple of templates (Take 2)
monarch_dodra
monarchdodra at gmail.com
Thu Aug 1 07:57:06 PDT 2013
On Thursday, 1 August 2013 at 12:50:42 UTC, John Colvin wrote:
> template a(T ...)
> {
> void a(R r)
> {
> //want to get a tuple of
> //the members of T, each
> //instantiated with R.
>
> //do some RT stuff
> }
> }
>
> Is this possible?
>
> Whatever I try, I keep running in to "cannot use local as
> parameter to non-global template" errors, which I understand is
> to do with context pointers
> However, this is all compile-time work based entirely on types,
> there should be no need for any context pointers.
Still not sure what you want, but you may want to look into
adjoin and staticMap.
More information about the Digitalmars-d-learn
mailing list