Tagged Questions
1
vote
3answers
435 views
Determine whether a class has a function
Using a trick (described by Olivier Langlois), I can determine whether a class has a type defined:
template<typename T> struct hasType
{
template<typename C> static char test( ...