16 Jul
2008
16 Jul
'08
10:20 p.m.
Ok, the subject-line might be a bit confusing. :-)
I have the following template function:
template<class T>
bool is(const string& str);
Its implementation is not important. It checks if a string can be converted
to type T by std::stringstream. I also have the following function:
template <class T>
function