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