
5 Apr
2012
5 Apr
'12
3:53 p.m.
Actually, so are a number of other techniques discussed in this thread, or variations of them. The code to expand a tuple as function arguments looks very familiar.
I'm sure. Are there any other parts of origin you'd recommend I take a look at?
You might look at the traits library and the concept emulation work. The approach is a little different than what I usually see on the interwebs. The kind of metaprogramming that I usually use is pretty limited to that style. I haven't found the need for anything more general.