31 Jan
2009
31 Jan
'09
1:45 a.m.
Maybe this one does what you need: http://groups.google.com/group/comp.lang.c++.moderated/tree/browse_frm/threa...
HTH, Roman Perepelitsa.
Thanks Roman. It is kind of amazing! Both has_member<> and is_call_possible<> are very interesting (even if a bit ugly). But is_call_possible doesn't seem to work for member functions that don't have any arguments. I tried twiddling with the implementation a bit and no luck yet. -Roshan