How to determine whether a class has a particular templated member function?
- by Aozine
I was wondering if it's possible to extend the SFINAE approach to detecting whether a class has a certain member function (as discussed here:
"Is there a Technique in C++ to know if a class has a member function of a given signature?"…