From: Carl Seleborg (carl.seleborg_at_[hidden])
Date: 2005-03-04 01:58:09


Yutaka Leon Suematsu wrote:

>Is it possible to evaluate, in compile time, the existence of a certain
>member function in a class?
>
>
How about taking it's address (like "&class::member") ? I suppose you're
talking about templates, so something like "&T::member" would be more
appropriate.

Carl