I was looking at the implementation of the is_class template in Boost, and ran into some syntax I can\'t easily decipher.
is_class
template
It's a pointer to a member function of class U. it's quite similar to
void(*)(void)
but it points to a member function of class U.