excel-d
excel-d copied to clipboard
Support template functions
It should be possible to write:
double foo(T...)(T args) {
}
And have that wrapped by an Excel function that takes, say, 32 XLOPER12* and forwards accordingly, checking which ones are xlTypeMissing
If you are going to do this, I advise using a lot of static asserts :)
@UplinkCoder Don't I always anyway? ;)
Ah right .... you have your own concepts. ... Preaching to the choir I guess.