20 Apr
2009
20 Apr
'09
6:39 p.m.
I recall that function templates cannot be partially specialised, so we (or the user in question) would have to do complete specialisation instead, so the given type would have to be known.
Okay, so function templates can't be partially specialized like that, but
class templates can, and classes can have static member functions. So how
about
template