4 Mar
2005
4 Mar
'05
2:04 p.m.
David Abrahams wrote:
"Yutaka Leon Suematsu"
writes: Is it possible to evaluate, in compile time, the existence of a certain member function in a class?
Yep. If you know both the name and exact signature, you use SFINAE with the member function pointer.
Could you give or point us to an example, please? Thanks, Noel