资讯

This may fall under the heading of "Don't do that" but did cause me to be slightly curious.What would happen if you say, created a pointer to a function that took three ints as arguments, but then ...
You can't pass the array as a template parameter that way, because the array evaluates to a pointer the the first element (minus a few type differences in some border cases).