4 Mar
2005
4 Mar
'05
6:45 p.m.
Noel Yap wrote:
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?
See the references cited here: http://lists.boost.org/MailArchives/boost/msg77454.php Jonathan