C++ Template Metaprogramming
Solutions to the exercises throughout the book
|
Returns true if T is a pointer, but not a member function pointer. More...
#include <exercise-4-4.hpp>
Returns true if T is a pointer, but not a member function pointer.
T | The data-type to examine. |
Definition at line 42 of file exercise-4-4.hpp.