I was wondering if it\'s possible to write a template function that can take any other arbitrary template as a parameter and properly match the template name (i.e. not just the
It would be awesome if we had such thing, as it would allow us to write a is_same_template trait in a breeze. Until then, we specialize all the way.